Skip to content

Instantly share code, notes, and snippets.

@klyushkov
Created August 21, 2018 12:34
Show Gist options
  • Select an option

  • Save klyushkov/faf615fe3e846cdc1f071d704d2b2d70 to your computer and use it in GitHub Desktop.

Select an option

Save klyushkov/faf615fe3e846cdc1f071d704d2b2d70 to your computer and use it in GitHub Desktop.
[Unit]
Description=Node Exporter
Wants=network-online.target
After=network-online.target
[Service]
User=node_exporter
Group=node_exporter
Type=simple
ExecStart=/usr/local/bin/node_exporter
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment