Update shadowsocks-libev-debian
This commit is contained in:
parent
7db2885b0e
commit
b0626e9514
|
|
@ -69,7 +69,7 @@ do_start() {
|
||||||
fi
|
fi
|
||||||
echo "starting $NAME"
|
echo "starting $NAME"
|
||||||
# sudo will set the group to the primary group of $USER
|
# sudo will set the group to the primary group of $USER
|
||||||
$BIN -u -c $CONFIG_FILE &
|
$BIN -u -c $CONFIG_FILE > /dev/null 2>&1 &
|
||||||
PID=$!
|
PID=$!
|
||||||
echo $PID > $PID_FILE
|
echo $PID > $PID_FILE
|
||||||
sleep 0.3
|
sleep 0.3
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user