We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 202d4db commit bddc677Copy full SHA for bddc677
earlyoom.initscript.in
@@ -49,7 +49,7 @@ do_start()
49
# 2 if daemon could not be started
50
start-stop-daemon --start --quiet --background --pidfile $PIDFILE --exec /bin/bash --test > /dev/null \
51
|| return 1
52
- start-stop-daemon --start --quiet --background --pidfile $PIDFILE --exec /bin/bash -- -c "exec $DAEMON $EARLYOOM_ARGS 2> \"$LOGFILE\"" \
+ start-stop-daemon --start --quiet --background --pidfile $PIDFILE --exec /bin/bash -- -c "exec $DAEMON $EARLYOOM_ARGS 2>> \"$LOGFILE\"" \
53
|| return 2
54
# Add code here, if necessary, that waits for the process to be ready
55
# to handle requests from services started subsequently which depend
0 commit comments