Magellan Linux

Annotation of /trunk/busybox/crond.service

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1941 - (hide annotations) (download)
Tue Nov 6 12:40:43 2012 UTC (11 years, 6 months ago) by niro
File size: 157 byte(s)
-systemd files
1 niro 1941 [Unit]
2     Description=Periodic Command Scheduler
3     After=syslog.target
4    
5     [Service]
6     ExecStart=/sbin/crond -fS
7     Restart=always
8    
9     [Install]
10     WantedBy=multi-user.target
11