New service

Implement BOSWatch as systemctl-service
This commit is contained in:
Florian 2017-04-19 23:17:09 +02:00 committed by GitHub
parent 5d98112480
commit 77f51e3509

11
service/boswatch.service Normal file
View file

@ -0,0 +1,11 @@
[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