Cat-Printer/systemd/cat-printer.service
Frank Tornack 494f4a0228 added systemd service
I hope this helps for CUPS
2022-04-13 23:25:43 +02:00

14 lines
328 B
Desktop File

[Unit]
Description=A project that provides support to some Bluetooth Cat Printer models
After=bluetooth.target network.target
Requires=bluetooth.target network.target
StartLimitIntervalSec=5
[Service]
Type=simple
ExecStart=/usr/bin/cat-printer-server -s
Restart=on-failure
DynamicUser=true
[Install]
WantedBy=multi-user.target