diff options
Diffstat (limited to 'iot-barcode.service')
-rw-r--r-- | iot-barcode.service | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/iot-barcode.service b/iot-barcode.service deleted file mode 100644 index fbd9940..0000000 --- a/iot-barcode.service +++ /dev/null @@ -1,14 +0,0 @@ - -[Unit] -Description=A Daemon to transmit Barcodes to an MQTT Broker -Requires=iot-barcode-device-handler.service -After=iot-barcode-device-handler.service - -[Service] -Type=simple -ExecStart=/usr/bin/iot_barcode_daemon -User=iotbarcode -Group=iotbarcode - -[Install] -WantedBy=default.target |