From acf5f28e7d0ca7c977efe8c658cb47bd6f1908b2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?= Date: Wed, 17 Sep 2014 13:46:26 +0200 Subject: [PATCH] Services must be running before starting crond, otherwise many jobs is not running properly for no obvious reason. nss-user-lookup.target should help when people are authenticated through nss/sssd. Based on: https://bugzilla.redhat.com/show_bug.cgi?id=1067236 --- contrib/cronie.systemd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/cronie.systemd b/contrib/cronie.systemd index 4cb9aca..ad46899 100644 --- a/contrib/cronie.systemd +++ b/contrib/cronie.systemd @@ -1,6 +1,6 @@ [Unit] Description=Command Scheduler -After=auditd.service systemd-user-sessions.service time-sync.target +After=auditd.service nss-user-lookup.target systemd-user-sessions.service time-sync.target ypbind.service [Service] EnvironmentFile=/etc/sysconfig/crond -- 2.50.1