Skip to content

Instantly share code, notes, and snippets.

@BurritoWrapped
Created April 9, 2022 21:00
Show Gist options
  • Save BurritoWrapped/6fb33bbc82f9f5fde43ebbaf52626323 to your computer and use it in GitHub Desktop.
Save BurritoWrapped/6fb33bbc82f9f5fde43ebbaf52626323 to your computer and use it in GitHub Desktop.
[Unit]
Description=Node Exporter
After=network.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