Files
at/atd.service
Cristian Rodríguez 99b3ecec08 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
2012-11-26 23:28:02 +00:00

11 lines
301 B
Desktop File

[Unit]
Description=Execution Queue Daemon
After=syslog.target
[Service]
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]
WantedBy=multi-user.target