13 lines
238 B
SYSTEMD
13 lines
238 B
SYSTEMD
|
[Unit]
|
||
|
Description=Prometheus Node Exporter
|
||
|
Wants=network-online.target
|
||
|
After=network-online.target
|
||
|
|
||
|
[Service]
|
||
|
User=node_exporter
|
||
|
Group=node_exporter
|
||
|
Type=simple
|
||
|
ExecStart=/usr/local/bin/node_exporter
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|