From 6829d05453658a9f9672c847299c652b15126db1 Mon Sep 17 00:00:00 2001 From: xengineering Date: Fri, 30 Oct 2020 10:49:55 +0100 Subject: Introduce iot-barcode.target --- systemd/iot-barcode-device-handler.service | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 systemd/iot-barcode-device-handler.service (limited to 'systemd/iot-barcode-device-handler.service') diff --git a/systemd/iot-barcode-device-handler.service b/systemd/iot-barcode-device-handler.service new file mode 100644 index 0000000..caae8c0 --- /dev/null +++ b/systemd/iot-barcode-device-handler.service @@ -0,0 +1,12 @@ + +[Unit] +Description=A Daemon to read Barcodes from a specified Barcode Reader Device + +[Service] +Type=simple +ExecStart=/usr/bin/iot_barcode_device_handler +User=root +Group=root + +[Install] +WantedBy=iot-barcode.target -- cgit v1.2.3-70-g09d2