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

11 lines
205 B
Desktop File

[Unit]
Description=BOSWatch
After=multi-user.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