[UPD] Use python3

This commit is contained in:
2026-03-06 18:19:14 +01:00
parent a39aa47f19
commit 7fd01968cf
+13 -13
View File
@@ -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