Advertisement
s4ros

node_exporter.service

Dec 16th, 2021 (edited)
58
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 for Prometheus
  3. After=network.target
  4. StartLimitIntervalSec=0
  5.  
  6. [Service]
  7. Type=simple
  8. Restart=always
  9. RestartSec=1
  10. User=nobody
  11. ExecStart=/opt/node_exporter
  12.  
  13. [Install]
  14. WantedBy=multi-user.target
  15.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement