cronie/cron.service
Dr. Werner Fink 8f2c4b688f Accepting request 198383 from home:elvigia:branches:Base:System
- 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
2013-09-12 17:29:26 +00:00

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