summaryrefslogtreecommitdiffstats
path: root/systemd/node_exporter.service
blob: edc14829531317c64da2e5138e6a2867574af6c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Prometheus Node Exporter
After=network.target

[Service]
User=node_exporter
Group=prometheus
Type=simple
ExecStart=/opt/node_exporter/node_exporter --web.listen-address=":9200"

[Install]
WantedBy=multi-user.target