blob: d7bd13492e419e33752e58f711c7e4967fcc1951 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[Unit]
Description=Gondul snmp collector
Documentation=https://github.com/gathering/gondul
After=network-online.target
[Service]
ExecStart=/opt/gondul/collectors/snmpfetchng.pl
ExecReload=/usr/bin/kill -HUP $MAINPID
Restart=on-failure
[Install]
WantedBy=multi-user.target
|