--- etc/init.d/munin-node.orig 2007-03-15 21:58:58.000000000 +0100 +++ etc/init.d/munin-node 2007-03-16 18:50:45.000000000 +0100 @@ -12,8 +12,9 @@ } start() { + NICE_LEVEL="${NICE_LEVEL:-0}" ebegin "Starting $NAME" - start-stop-daemon --quiet --start --pidfile $PIDFILE --exec /usr/sbin/$NAME + start-stop-daemon --quiet --nicelevel $NICE_LEVEL --start --pidfile $PIDFILE --exec /usr/sbin/$NAME eend $? } --- etc/conf.d/munin-node 1970-01-01 01:00:00.000000000 +0100 +++ etc/conf.d/munin-node 2007-03-16 18:50:45.000000000 +0100 @@ -0,0 +1,5 @@ +# /etc/conf.d/munin-node + +# Set to the nice level for daemon +NICE_LEVEL=10 +