mirror of
https://github.com/clockworkpi/DevTerm.git
synced 2025-12-13 02:38:50 +01:00
14 lines
266 B
Desktop File
14 lines
266 B
Desktop File
[Unit]
|
|
Description=devterm printer main process
|
|
After=devterm-socat
|
|
|
|
[Service]
|
|
Type=simple
|
|
StandardOutput=/tmp/devterm_printer.log
|
|
StandardError=/tmp/devterm_printer.err.log
|
|
ExecStart=/usr/local/bin/devterm_thermal_printer.elf
|
|
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|