aboutsummaryrefslogtreecommitdiff
path: root/examples/systemd/README.md
blob: c1f011fbf49ccd703d27ad349a58e0255a239c46 (plain)
1
2
3
4
5
6
7
8
# Systemd Unit

If you are using distribution packages or the copr repository, you don't need to deal with these files!

The unit file in this directory is 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 needs a sysconfig file in `/etc/sysconfig/node_exporter`.
A sample file can be found in `sysconfig.node_exporter`.