Advertisement
Guest User

Untitled

a guest
Dec 16th, 2017
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. [Unit]
  2. Description=Node Exporter
  3. Wants=network-online.target
  4. After=network-online.target
  5.  
  6. [Service]
  7. User=node_exporter
  8. Group=node_exporter
  9. Type=simple
  10. ExecStart=/usr/local/bin/node_exporter
  11.  
  12. [Install]
  13. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement