summaryrefslogtreecommitdiff
path: root/systemd/iot-barcode-device-handler.service
diff options
context:
space:
mode:
Diffstat (limited to 'systemd/iot-barcode-device-handler.service')
-rw-r--r--systemd/iot-barcode-device-handler.service12
1 files changed, 12 insertions, 0 deletions
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