Magellan Linux

Annotation of /trunk/cronie/cronie.service

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2172 - (hide annotations) (download)
Tue May 14 08:50:19 2013 UTC (11 years ago) by niro
File size: 259 byte(s)
-added cronie
1 niro 2172 [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