- 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
11 lines
301 B
Desktop File
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
|