changed check_providers.py location

This commit is contained in:
htouvet
2018-06-29 18:15:57 +02:00
parent 5d80305927
commit e63b2a1b12
+1 -1
View File
@@ -6,7 +6,7 @@ After=shorewall.service
[Service]
Type=simple
StandardOutput=syslog
ExecStart=/usr/bin/python /usr/local/bin/check_providers.py monitor -i 20
ExecStart=/usr/bin/python /opt/check_providers/check_providers.py monitor -i 20
Restart=on-abort
[Install]