From 53ff479aaa8a53a3e26b7aa01967f8856024be1d Mon Sep 17 00:00:00 2001 From: Marcela Mašláňová Date: Apr 19 2012 15:27:41 +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 a907a2b..890ec28 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 * Thu Jan 12 2012 Fedora Release Engineering - 3.1.13-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 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