- [Unit]
- Description=Node Exporter
- After=network.target
- [Service]
- Type=simple
- User=node_exporter
- Group=node_exporter
- ExecStart=/opt/node_exporter/node_exporter \
- --web.listen-address=:9100
- Restart=always
- RestartSec=10
- [Install]
- WantedBy=multi-user.target
|