2023-11-18 15:03:03 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Label Maker API
|
2024-07-08 20:01:29 +00:00
|
|
|
ConditionPathExists=/home/pi/escpos-go-labels
|
2023-11-18 15:03:03 +00:00
|
|
|
After=network.target
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
2024-07-08 20:01:29 +00:00
|
|
|
User=pi
|
|
|
|
Group=lp
|
|
|
|
WorkingDirectory=/home/pi/escpos-go-labels
|
|
|
|
ExecStart=/usr/local/go/bin/go run main.go
|
2023-11-18 15:03:03 +00:00
|
|
|
Restart=on-failure
|
|
|
|
RestartSec=10
|
|
|
|
StandardOutput=syslog
|
|
|
|
StandardError=syslog
|
|
|
|
SyslogIdentifier=labelapi
|
|
|
|
[Install]
|
2024-07-08 20:01:29 +00:00
|
|
|
WantedBy=multi-user.target
|