system/systemd/node_exporter.service
Georg 6410fd8d58
Initial Systemd Service Run: 1/3
Signed-off-by: Georg <georg@lysergic.dev>
2021-07-21 12:34:32 +02:00

13 lines
234 B
Desktop File

[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