Skip to content

Instantly share code, notes, and snippets.

@JonathanPorta
Last active January 26, 2018 08:21
Show Gist options
  • Save JonathanPorta/88569f44529a307c669ce552a2050749 to your computer and use it in GitHub Desktop.
Save JonathanPorta/88569f44529a307c669ce552a2050749 to your computer and use it in GitHub Desktop.
[Unit]
Description=Ensure that the node_exporter process is running
After=network-online.target
[Service]
User=node-exporter
Group=node-exporter
Restart=always
ExecStart=/opt/node-exporter/node-exporter
Type=simple
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment