From 969336de9c1621e3b28c66d4a2ab0c3bca012ec9 Mon Sep 17 00:00:00 2001 From: Darien Raymond Date: Mon, 14 Dec 2015 09:34:25 +0000 Subject: [PATCH] remove no-close option from start-stop-daemon --- release/config/systemv/v2ray | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/release/config/systemv/v2ray b/release/config/systemv/v2ray index 0ab245e71..839730f0b 100644 --- a/release/config/systemv/v2ray +++ b/release/config/systemv/v2ray @@ -45,8 +45,7 @@ do_start() # 3 if configuration file not ready for daemon start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $DAEMON --test > /dev/null \ || return 1 - start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $DAEMON --background \ - --no-close -m -- $DAEMON_OPTS \ + start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $DAEMON --background -m -- $DAEMON_OPTS \ || return 2 # Add code here, if necessary, that waits for the process to be ready # to handle requests from services started subsequently which depend