mirror of https://gitee.com/openkylin/cups.git
14 lines
233 B
SYSTEMD
14 lines
233 B
SYSTEMD
|
[Unit]
|
||
|
Description=CUPS Scheduler
|
||
|
Documentation=man:cupsd(8)
|
||
|
After=sssd.service
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=@sbindir@/cupsd -l
|
||
|
Type=simple
|
||
|
Restart=on-failure
|
||
|
|
||
|
[Install]
|
||
|
Also=org.cups.cupsd.socket org.cups.cupsd.path
|
||
|
WantedBy=printer.target
|