blob: caae8c041bf0e9b5d11eb7a6f49388be2089dc06 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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
|