Magellan Linux

Annotation of /trunk/fcron/fcron.service

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1344 - (hide annotations) (download)
Thu Jun 2 20:56:23 2011 UTC (12 years, 11 months ago) by niro
File size: 187 byte(s)
-added systemd unit
1 niro 1344 [Unit]
2     Description=Fcron Cron Daemon.
3     After=syslog.target
4    
5     [Service]
6     ExecStart=/usr/sbin/fcron -f
7     ExecReload=/bin/kill -USR1 $MAINPID
8     Restart=always
9    
10     [Install]
11     WantedBy=multi-user.target