cronie/cron.service
Marcus Meissner 92f78a97b5 Accepting request 310188 from home:elvigia:branches:Base:System
- cron.service: Start After=nss-user-lookup.target not
  after ypbind.service nscd.service
-cron.service: Crons run at wall-time, order after time-sync.target

OBS-URL: https://build.opensuse.org/request/show/310188
OBS-URL: https://build.opensuse.org/package/show/Base:System/cronie?expand=0&rev=139
2015-06-09 09:46:47 +00:00

13 lines
288 B
Desktop File

[Unit]
Description=Command Scheduler
After=nss-user-lookup.target network.target time-sync.target
After=postfix.service sendmail.service exim.service
[Service]
ExecStart=/usr/sbin/cron -n
ExecReload=/usr/bin/kill -s SIGHUP $MAINPID
Restart=on-abort
[Install]
WantedBy=multi-user.target