BOSWatch/service/boswatch.service
2024-09-21 01:53:34 +02:00

12 lines
202 B
Desktop File

[Unit]
Description=BOSWatch
After=network.target
[Service]
Type=simple
ExecStart=/usr/bin/python2 /opt/boswatch/boswatch.py -f 123.45M -a POC1200
Restart=on-abort
[Install]
WantedBy=multi-user.target