BOSWatch/service/boswatch.service
Florian 77f51e3509 New service
Implement BOSWatch as systemctl-service
2017-04-19 23:17:09 +02:00

12 lines
203 B
Desktop File

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