Magellan Linux

Contents of /trunk/cronie/cronie.service

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2172 - (show annotations) (download)
Tue May 14 08:50:19 2013 UTC (10 years, 11 months ago) by niro
File size: 259 byte(s)
-added cronie
1 [Unit]
2 Description=Periodic Command Scheduler.
3 After=syslog.target
4
5 [Service]
6 EnvironmentFile=-/etc/conf.d/cronie
7 ExecStart=/usr/sbin/crond -n $CRONDARGS
8 ExecReload=/bin/kill -HUP $MAINPID
9 KillMode=process
10 Restart=always
11
12 [Install]
13 WantedBy=multi-user.target