From: Christian Schmidt Date: Tue, 4 Aug 2009 17:16:14 +0000 (+0200) Subject: Fcron has to run in background, otherwise it´ll spam console output X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa76d90d15b23e238f372c757c5574af76db6b97;p=ipfire-3.x.git Fcron has to run in background, otherwise it´ll spam console output and disable job logging for fcron. --- diff --git a/src/initscripts/extras/fcron.conf b/src/initscripts/extras/fcron.conf index e09eb6f46..ec8fc6c4b 100644 --- a/src/initscripts/extras/fcron.conf +++ b/src/initscripts/extras/fcron.conf @@ -7,7 +7,7 @@ stop on shutdown console output respawn -exec /usr/sbin/fcron -f +exec /usr/sbin/fcron -y -b post-start script set -e