- define PIDIDIR to "/run" instead of the (outdated) definition coming from glibc "paths.h" - systemd: there is no mail-transfer-agent target anymore, services must be ordered After= a list of possible MTA. OBS-URL: https://build.opensuse.org/request/show/198383 OBS-URL: https://build.opensuse.org/package/show/Base:System/cronie?expand=0&rev=119
11 lines
215 B
Desktop File
11 lines
215 B
Desktop File
[Unit]
|
|
Description=Command Scheduler
|
|
After=ypbind.service nscd.service network.target
|
|
After=postfix.service sendmail.service exim.service
|
|
|
|
[Service]
|
|
ExecStart=/usr/sbin/cron -n
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|