Added draft systemd service
This commit is contained in:
parent
1cac8c8da5
commit
be3cb8adcd
|
@ -0,0 +1,12 @@
|
||||||
|
[Unit]
|
||||||
|
Description=Podbay barcode service
|
||||||
|
After=network.target, tinc.target
|
||||||
|
Wants=network.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=simple
|
||||||
|
RemainAfterExit=yes
|
||||||
|
ExecStart=/usr/local/bin/barcode_service -d "usb-Wasp_k2_Wasp_Bar_Code_USBi-event-kbd" -e "tcp://127.0.0.1:5000"
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
Loading…
Reference in New Issue