[Unit]
Description= Node Exporter
Documentation= https://prometheus.io/
Wants=network.target
After=network.target
[Service]
User=node_exporter
Group=node_exporter
Type=simple
ExecStart=$PATH/node_exporter
Restart=on-failure
[Install]
WantedBy=multi-user.target
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)