diff options
Diffstat (limited to 'iot-barcode-device-handler.service')
-rw-r--r-- | iot-barcode-device-handler.service | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/iot-barcode-device-handler.service b/iot-barcode-device-handler.service new file mode 100644 index 0000000..8933cfd --- /dev/null +++ b/iot-barcode-device-handler.service @@ -0,0 +1,12 @@ + +[Unit] +Description=A Daemon to read Barcodes from a specified Barcode Reader + +[Service] +Type=simple +ExecStart=/usr/bin/iot_barcode_device_handler +User=root +Group=root + +[Install] +WantedBy=default.target |