mirror of
https://github.com/NaitLee/Cat-Printer.git
synced 2025-05-15 14:50:26 -07:00
14 lines
328 B
Desktop File
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 |