label-maker renamed label-printer, adds service

This commit is contained in:
Jed Reynolds
2020-10-05 13:53:06 -07:00
parent 077b1286da
commit 297d576824
3 changed files with 13 additions and 0 deletions

View 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