summaryrefslogtreecommitdiff
path: root/node-exporter/files/systemd.service
blob: faa88b7e864e0ad5f23231f9c83f78827c1fa824 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=node_exporter (Prometheus)
Documentation=https://prometheus.io/docs/introduction/overview/
After=network-online.target

[Service]
Restart=on-failure
ExecStart=##PROG## \
  ##OPTS##

[Install]
WantedBy=multi-user.target