From fbe4cd6e227800e73a7438509e721cca4c9b5af026061643a87cc276799fc780 Mon Sep 17 00:00:00 2001 From: Robert Milasan Date: Mon, 17 Sep 2012 11:50:44 +0000 Subject: [PATCH] Accepting request 134202 from home:cboltz:branches:Base:System - fix atd.service (bnc#780259) This is probably worth an update for 12.2, but I'll let that decision (and the handling ;-) up to you. OBS-URL: https://build.opensuse.org/request/show/134202 OBS-URL: https://build.opensuse.org/package/show/Base:System/at?expand=0&rev=46 --- at.changes | 5 +++++ atd.service | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/at.changes b/at.changes index 9f64529..c3d8abf 100644 --- a/at.changes +++ b/at.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 13 21:24:09 UTC 2012 - opensuse@cboltz.de + +- fix atd.service (bnc#780259) + ------------------------------------------------------------------- Tue Dec 20 19:56:52 UTC 2011 - coolo@suse.com diff --git a/atd.service b/atd.service index d63b9b7..70aa15b 100644 --- a/atd.service +++ b/atd.service @@ -3,7 +3,8 @@ Description=Execution Queue Daemon After=syslog.target [Service] -ExecStart=/usr/sbin/atd -f +ExecStart=/usr/sbin/atd +Type=forking [Install] WantedBy=multi-user.target