From 86355ed87a3cb1dd14abbd282c659b896b856dc0 Mon Sep 17 00:00:00 2001 From: Marcela Mašláňová Date: Apr 17 2012 12:38:04 +0000 Subject: systemd-user-sessions.service is used in unit file, so the atd should be started after almost all services are up and running --- diff --git a/at.spec b/at.spec index 2afa3a7..f160ed8 100644 --- a/at.spec +++ b/at.spec @@ -194,6 +194,8 @@ fi - at-3.1.13-usePOSIXtimers.patch use POSIX timers, so we won't need pm-utils hack anymore - at-3.1.13-help.patch update usage +- systemd-user-sessions.service is used in unit file, so the atd should be + started after almost all services are up and running * Mon Nov 14 2011 Marcela Mašláňová - 3.1.13-5 - 754156 fix typo in script diff --git a/atd.systemd b/atd.systemd index ccf4df4..7bdf82c 100644 --- a/atd.systemd +++ b/atd.systemd @@ -1,6 +1,6 @@ [Unit] Description=Job spooling tools -After=syslog.target +After=syslog.target systemd-user-sessions.service [Service] EnvironmentFile=/etc/sysconfig/atd