14 lines
258 B
Desktop File
14 lines
258 B
Desktop File
[Unit]
|
|
Description=Node Exporter
|
|
After=network.target
|
|
|
|
[Service]
|
|
User=nobody
|
|
ExecStart=/usr/local/bin/node_exporter \
|
|
--web.config.file=/etc/node_exporter/config.yml \
|
|
--web.listen-address=":6330"
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|