]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - src/initscripts/init.d/fcron
vpn-statistic: change title of ovpn RW statistic page
[ipfire-2.x.git] / src / initscripts / init.d / fcron
index 30a33b2ac3520e3a8717230afcd6df3b4adf7021..0260d4ad6279185f79f57485ff4e7b78b8f7655a 100644 (file)
@@ -13,7 +13,9 @@
 case "$1" in
        start)
                boot_mesg "Starting fcron..."
-               loadproc /usr/sbin/fcron
+               chown cron:cron /var/spool/cron
+               loadproc /usr/sbin/fcron -y
+               # remove -y to reenable fcron logging
                ;;
 
        stop)