Files
check_providers/systemd/check_providers.service
T
2026-03-06 18:19:14 +01:00

14 lines
263 B
Desktop File

[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