blob: 8933cfd5074db32522d3a83420a0e22c92aa197c (
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
[Service]
Type=simple
ExecStart=/usr/bin/iot_barcode_device_handler
User=root
Group=root
[Install]
WantedBy=default.target
|