mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-10-29 18:02:35 +00:00
label-maker renamed label-printer, adds service
This commit is contained in:
13
label-printer/label-printer.service
Normal file
13
label-printer/label-printer.service
Normal file
@@ -0,0 +1,13 @@
|
||||
# Candelatech Label Printer service
|
||||
|
||||
[Unit]
|
||||
Description=Simple Label Printer service on port 8082
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
RemainAfterExit=yes
|
||||
ExecStart=/usr/bin/python3 /usr/local/bin/label-printer.py
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
Reference in New Issue
Block a user