]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Fcron has to run in background, otherwise it´ll spam console output
authorChristian Schmidt <maniacikarus@ipfire.org>
Tue, 4 Aug 2009 17:16:14 +0000 (19:16 +0200)
committerChristian Schmidt <maniacikarus@ipfire.org>
Tue, 4 Aug 2009 17:16:14 +0000 (19:16 +0200)
and disable job logging for fcron.

src/initscripts/extras/fcron.conf

index e09eb6f4613f621e51844278df4c08f9a52c5c14..ec8fc6c4be0090ff8100f0732231ca68c41208c9 100644 (file)
@@ -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