]> git.pld-linux.org Git - packages/cronie.git/blob - crond.service
- rel 4; systemd service
[packages/cronie.git] / crond.service
1 [Unit]
2 Description=Command Scheduler
3 After=syslog.target auditd.service sssd.service ypbind.service
4
5 [Service]
6 EnvironmentFile=/etc/sysconfig/cron
7 ExecStart=/usr/sbin/crond -n $CROND_ARGS
8
9 [Install]
10 WantedBy=multi-user.target
11
This page took 1.006956 seconds and 4 git commands to generate.