[UPD] Use python3
This commit is contained in:
@@ -1,13 +1,13 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=TIS check multi providers
|
Description=TIS check multi providers
|
||||||
Wants=shorewall.service
|
Wants=shorewall.service
|
||||||
After=shorewall.service
|
After=shorewall.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
StandardOutput=syslog
|
StandardOutput=syslog
|
||||||
ExecStart=/usr/bin/python /opt/check_providers/check_providers.py monitor
|
ExecStart=/usr/bin/python3 /opt/check_providers/check_providers.py monitor
|
||||||
Restart=on-abort
|
Restart=on-abort
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=basic.target
|
WantedBy=basic.target
|
||||||
|
|||||||
Reference in New Issue
Block a user