Skip to content

Instantly share code, notes, and snippets.

@yremmet
Last active June 19, 2017 10:59
Show Gist options
  • Save yremmet/1b227191ee6d73e93f6c00cbe783b675 to your computer and use it in GitHub Desktop.
Save yremmet/1b227191ee6d73e93f6c00cbe783b675 to your computer and use it in GitHub Desktop.
[Unit]
Description=Prometheus node exporter
After=local-fs.target network-online.target network.target
Wants=local-fs.target network-online.target network.target
[Service]
ExecStart=/opt/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