BOSWatch/service/boswatch.service

12 lines
203 B
SYSTEMD
Raw Permalink Normal View History

[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