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
|
Description=CUPS Scheduler
|
||||||
Documentation=man:cupsd(8)
|
Documentation=man:cupsd(8)
|
||||||
After=sssd.service
|
After=sssd.service
|
||||||
|
Requires=cups.socket
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=@sbindir@/cupsd -l
|
ExecStart=@sbindir@/cupsd -l
|
||||||
|
|
Loading…
Reference in New Issue