diff --git a/cron.service b/cron.service index 2f181fc..e195fbc 100644 --- a/cron.service +++ b/cron.service @@ -1,6 +1,6 @@ [Unit] Description=Command Scheduler -After=ypbind.service nscd.service network.target +After=nss-user-lookup.target network.target time-sync.target After=postfix.service sendmail.service exim.service [Service] diff --git a/cronie.changes b/cronie.changes index 050212e..b246dac 100644 --- a/cronie.changes +++ b/cronie.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Jun 4 00:51:52 UTC 2015 - crrodriguez@opensuse.org + +- cron.service: Start After=nss-user-lookup.target not + after ypbind.service nscd.service +-cron.service: Crons run at wall-time, order after time-sync.target + ------------------------------------------------------------------- Sun Nov 09 03:14:00 UTC 2014 - Led diff --git a/cronie.spec b/cronie.spec index 71bfb77..c29362b 100644 --- a/cronie.spec +++ b/cronie.spec @@ -1,7 +1,7 @@ # # spec file for package cronie # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed