]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - src/initscripts/init.d/fcron
nut: Added status option, some installation fixed
[people/pmueller/ipfire-2.x.git] / src / initscripts / init.d / fcron
index 30a33b2ac3520e3a8717230afcd6df3b4adf7021..00a70bd4a370d7eb360b3d80f4289c7da7dee309 100644 (file)
@@ -13,7 +13,8 @@
 case "$1" in
        start)
                boot_mesg "Starting fcron..."
-               loadproc /usr/sbin/fcron
+               loadproc /usr/sbin/fcron -y
+               # remove -y to reenable fcron logging
                ;;
 
        stop)