Pārlūkot izejas kodu

remove no-close option from start-stop-daemon

Darien Raymond 10 gadi atpakaļ
vecāks
revīzija
969336de9c
1 mainītis faili ar 1 papildinājumiem un 2 dzēšanām
  1. 1 2
      release/config/systemv/v2ray

+ 1 - 2
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