]> git.ipfire.org Git - thirdparty/cups.git/commit
[Fedora] cups.service.in: Start cupsd after NIS is started
authorZdenek Dohnal <zdohnal@redhat.com>
Wed, 25 Nov 2020 08:31:31 +0000 (09:31 +0100)
committerZdenek Dohnal <zdohnal@redhat.com>
Wed, 25 Nov 2020 08:31:31 +0000 (09:31 +0100)
commitbcbb5582e9d6e9fd6b557786662b56c2d6292087
treeb51fb824affe332671b570fe85279ea85a3c7155
parente96e96b4bd0d4e6f634bbb66b95d6e475501541c
[Fedora] cups.service.in: Start cupsd after NIS is started

If an user has a NIS group as SystemGroup in cups-files.conf, then cupsd fails to start if it is activated before ypbind service. Setting 'After=ypbind.service' sets unit's order to cupsd being started after ypbind.

Fedora bug:
https://bugzilla.redhat.com/show_bug.cgi?id=1494558
scheduler/cups.service.in