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