Update shadowsocks-libev-debian

This commit is contained in:
Teddysun 2015-03-09 19:23:03 +08:00
parent 7db2885b0e
commit b0626e9514

View File

@ -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