From 77f51e35092b9330766f72b4975e4f2cfadc45c6 Mon Sep 17 00:00:00 2001 From: Florian Date: Wed, 19 Apr 2017 23:17:09 +0200 Subject: [PATCH] New service Implement BOSWatch as systemctl-service --- service/boswatch.service | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 service/boswatch.service diff --git a/service/boswatch.service b/service/boswatch.service new file mode 100644 index 0000000..80c440b --- /dev/null +++ b/service/boswatch.service @@ -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