mirror of
https://github.com/clockworkpi/DevTerm.git
synced 2025-12-13 18:58:49 +01:00
16 lines
354 B
Desktop File
16 lines
354 B
Desktop File
[Unit]
|
|
Description=devterm printer main process
|
|
After=devterm-socat
|
|
|
|
[Service]
|
|
Type=simple
|
|
EnvironmentFile=/usr/local/etc/devterm-printer
|
|
StandardOutput=file:/tmp/devterm_printer.log
|
|
StandardError=file:/tmp/devterm_printer.err.log
|
|
ExecStart=/usr/local/bin/devterm_thermal_printer.elf
|
|
Restart=on-failure
|
|
RestartSec=2
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|