]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Systemd: Let cups.service start after nslcd.service 69/head
authorWolfgang Schweer <w.schweer@gmx.de>
Sat, 12 Dec 2020 12:38:52 +0000 (13:38 +0100)
committerDidier Raboud <odyx@debian.org>
Fri, 18 Dec 2020 12:34:41 +0000 (13:34 +0100)
Bug-Debian: #977198
Bug-Upstream: https://github.com/OpenPrinting/cups/issues/69

scheduler/cups.service.in

index 9e70b29731675c98bad595f9cbeaf7cb38fa7503..a3fa0e83fb469c479709fed9ab929b7c009d65e8 100644 (file)
@@ -1,7 +1,7 @@
 [Unit]
 Description=CUPS Scheduler
 Documentation=man:cupsd(8)
-After=network.target sssd.service ypbind.service
+After=network.target sssd.service ypbind.service nslcd.service
 Requires=cups.socket
 
 [Service]