Last active
January 26, 2018 08:21
-
-
Save JonathanPorta/88569f44529a307c669ce552a2050749 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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