Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [Unit]
- Description=Node Exporter Service
- After=network.target
- [Service]
- User=node_exporter
- Group=node_exporter
- Type=simple
- ExecStart=/usr/local/bin/node_exporter
- ExecReload=/bin/kill -HUP $MAINPID
- Restart=on-failure
- [Install]
- WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement