[UPD] Use python3

This commit is contained in:
2026-03-06 18:19:14 +01:00
parent a39aa47f19
commit 7fd01968cf
+1 -1
View File
@@ -6,7 +6,7 @@ After=shorewall.service
[Service]
Type=simple
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
[Install]