From 84b9ddcc2905f5d8667cfef1359b724c23d27365 Mon Sep 17 00:00:00 2001 From: xengineering Date: Thu, 29 Oct 2020 12:11:32 +0100 Subject: Setup basic Systemd Units --- iot-barcode-device-handler.service | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 iot-barcode-device-handler.service (limited to 'iot-barcode-device-handler.service') 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 -- cgit v1.2.3-70-g09d2