CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
dcron: updated to 4.4
[crossrootfs.git] / dcron / crontab
index d2ea4f450ed8088cfeeff755d772e6cfe0124682..6cf0d18b2137260de16ac4d2e2d61ee7f134e4bc 100644 (file)
@@ -1,12 +1,10 @@
 #
 # /etc/crontab: crond(8) configuration
 #
-# The format of this file:
-# Min Hour Day Month DayOfWeek Command
 
-00 20 * * *    /usr/sbin/runjobs /etc/cron/daily
-05 20 * * mon  /usr/sbin/runjobs /etc/cron/weekly
-10 20 1 * *    /usr/sbin/runjobs /etc/cron/monthly
-15  * * * *     /usr/sbin/runjobs /etc/cron/hourly
+@hourly   ID=sys.hourly   /usr/sbin/runjobs /etc/cron/hourly
+@daily    ID=sys.daily    /usr/sbin/runjobs /etc/cron/daily
+@weekly   ID=sys.weekly   /usr/sbin/runjobs /etc/cron/weekly
+@monthly  ID=sys.monthly  /usr/sbin/runjobs /etc/cron/monthly
 
 # End of file