From e6c534cf05ac37f6f37ab49500548f79b0be3eed Mon Sep 17 00:00:00 2001 From: anish kumar Date: Thu, 16 Apr 2026 19:50:54 +0530 Subject: [PATCH] docs: clarify systemd readme wording --- examples/systemd/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/systemd/README.md b/examples/systemd/README.md index 3b3577fa0f..f4a6029a38 100644 --- a/examples/systemd/README.md +++ b/examples/systemd/README.md @@ -3,7 +3,7 @@ If you are using distribution packages or the copr repository, you don't need to deal with these files! The unit files (`*.service` and `*.socket`) in this directory are to be put into `/etc/systemd/system`. -It needs a user named `node_exporter`, whose shell should be `/sbin/nologin` and should not have any special privileges. +It requires a user named `node_exporter`, whose shell should be `/sbin/nologin` and who should not have any special privileges. It needs a sysconfig file in `/etc/sysconfig/node_exporter`. It needs a directory named `/var/lib/node_exporter/textfile_collector`, whose owner should be `node_exporter`:`node_exporter`. A sample file can be found in `sysconfig.node_exporter`.