Accepting request 142950 from home:cboltz:branches:Base:System

- use /etc/sysconfig/atd variables in atd.service (bnc#780259#c4)

Please forward this change to Factory.

I already created a maintenance request for 12.2 - #142949

OBS-URL: https://build.opensuse.org/request/show/142950
OBS-URL: https://build.opensuse.org/package/show/Base:System/at?expand=0&rev=48
This commit is contained in:
Cristian Rodríguez 2012-11-26 23:28:02 +00:00 committed by Git OBS Bridge
parent fbe4cd6e22
commit 99b3ecec08
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Nov 26 18:11:09 UTC 2012 - opensuse@cboltz.de
- use /etc/sysconfig/atd variables in atd.service (bnc#780259#c4)
-------------------------------------------------------------------
Thu Sep 13 21:24:09 UTC 2012 - opensuse@cboltz.de

View File

@ -3,7 +3,7 @@ Description=Execution Queue Daemon
After=syslog.target
[Service]
ExecStart=/usr/sbin/atd
ExecStart=/bin/bash -c '[ -e /etc/sysconfig/atd ] && . /etc/sysconfig/atd; exec /usr/sbin/atd $${ATD_BATCH_INTERVAL:+-b $$ATD_BATCH_INTERVAL} $${ATD_LOADAVG:+-l $$ATD_LOADAVG}'
Type=forking
[Install]