mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-09 23:24:09 -08:00
2a38b57a2a
* add systemd unit as example * mention community yum repo fixes #498 * rename textfile collector dir
11 lines
189 B
Desktop File
11 lines
189 B
Desktop File
[Unit]
|
|
Description=Node Exporter
|
|
|
|
[Service]
|
|
User=node_exporter
|
|
EnvironmentFile=/etc/sysconfig/node_exporter
|
|
ExecStart=/usr/sbin/node_exporter $OPTIONS
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|