From b6879c7a28f29350330339d49900a51f1a7df356 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sat, 6 Oct 2007 23:56:27 +0200 Subject: [PATCH] collectd.init.d: d_start: Do not redirect stderr to /dev/null. Else warning messages about failed plugins will not be visible. --- debian/collectd.init.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/collectd.init.d b/debian/collectd.init.d index 31d9827..42a90cd 100755 --- a/debian/collectd.init.d +++ b/debian/collectd.init.d @@ -47,7 +47,7 @@ fi d_start() { start-stop-daemon --start --quiet --pidfile "$PIDFILE" \ - --exec $DAEMON -- -C "$CONFIGFILE" -P "$PIDFILE" 2> /dev/null + --exec $DAEMON -- -C "$CONFIGFILE" -P "$PIDFILE" } still_running_warning=" -- 2.30.2