DevTerm/Code/thermal_printer/etc/systemd/system/devterm-printer.service
2021-05-14 10:01:26 +08:00

14 lines
276 B
Desktop File

[Unit]
Description=devterm printer main process
After=devterm-socat
[Service]
Type=simple
StandardOutput=file:/tmp/devterm_printer.log
StandardError=file:/tmp/devterm_printer.err.log
ExecStart=/usr/local/bin/devterm_thermal_printer.elf
[Install]
WantedBy=multi-user.target