aboutsummaryrefslogtreecommitdiff
path: root/examples/systemd/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/systemd/README.md')
-rw-r--r--examples/systemd/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/systemd/README.md b/examples/systemd/README.md
index c1f011f..67039be 100644
--- a/examples/systemd/README.md
+++ b/examples/systemd/README.md
@@ -5,4 +5,5 @@ If you are using distribution packages or the copr repository, you don't need to
5The unit file in this directory is to be put into `/etc/systemd/system`. 5The unit file in this directory is to be put into `/etc/systemd/system`.
6It needs a user named `node_exporter`, whose shell should be `/sbin/nologin` and should not have any special privileges. 6It needs a user named `node_exporter`, whose shell should be `/sbin/nologin` and should not have any special privileges.
7It needs a sysconfig file in `/etc/sysconfig/node_exporter`. 7It needs a sysconfig file in `/etc/sysconfig/node_exporter`.
8It needs a directory named `/var/lib/node_exporter/textfile_collector`, whose owner should be `node_exporter`:`node_exporter`.
8A sample file can be found in `sysconfig.node_exporter`. 9A sample file can be found in `sysconfig.node_exporter`.