CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
dcron: updated to 4.4
[crossrootfs.git] / dcron / crond
old mode 100755 (executable)
new mode 100644 (file)
index 8790e32..656b892
@@ -5,7 +5,7 @@
 
 case $1 in
 start)
-       /usr/sbin/crond >> /var/log/cron 2>&1
+       /usr/sbin/crond -l info -L /var/log/cron
        ;;
 stop)
        killall -q /usr/sbin/crond