Fix spinch deployment
This commit is contained in:
parent
a92ef78133
commit
f4eb4d58b0
13 changed files with 21 additions and 13 deletions
|
|
@ -8,9 +8,6 @@ echo "## Build ##"
|
|||
echo "###########"
|
||||
set_color normal
|
||||
|
||||
./meta/build-typst-plugin
|
||||
or return 1
|
||||
|
||||
./meta/build-thermal-printer-ui
|
||||
or return 1
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ Description=Showbits Thermal Printer
|
|||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/home/bondrucker/showbits-thermal-printer 0.0.0.0:8001 queue -p /dev/usb/lp0
|
||||
ExecStart=/home/bondrucker/showbits-thermal-printer queue -a 0.0.0.0:8001 -p /dev/usb/lp0
|
||||
Restart=on-failure
|
||||
|
||||
User=bondrucker
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue