diff --git a/sssd.changes b/sssd.changes index 1ff7aff..4f775f8 100644 --- a/sssd.changes +++ b/sssd.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jun 25 16:44:49 UTC 2015 - crrodriguez@opensuse.org + +- sssd.service: add Before= and Wants=nss-user-lookup.target + correct fix for bsc#926961 + ------------------------------------------------------------------- Sun Jun 14 17:44:20 UTC 2015 - michael@stroeder.com diff --git a/sssd.service b/sssd.service index ef3c8f4..0aa0e74 100644 --- a/sssd.service +++ b/sssd.service @@ -1,7 +1,7 @@ [Unit] Description=System Security Services Daemon -# SSSD will not be started until syslog is -After=syslog.target +Before=nss-user-lookup.target +Wants=nss-user-lookup.target [Service] EnvironmentFile=-/etc/sysconfig/sssd