Files
check_providers/systemd/check_providers.service
T
2018-06-29 18:19:37 +02:00

14 lines
275 B
Desktop File

[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