mirror of https://gitee.com/openkylin/cups.git
Add Requires=cups.socket to cups.service, to make sure they start in the right order
Gbp-Pq: Name 0025-Add-Requires-cups.socket-to-cups.service-to-make-sur.patch
This commit is contained in:
parent
7d243b754c
commit
28b6d4890d
|
@ -2,6 +2,7 @@
|
|||
Description=CUPS Scheduler
|
||||
Documentation=man:cupsd(8)
|
||||
After=sssd.service
|
||||
Requires=cups.socket
|
||||
|
||||
[Service]
|
||||
ExecStart=@sbindir@/cupsd -l
|
||||
|
|
Loading…
Reference in New Issue