1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-27 22:36:12 -04:00

remove workaround for centos 6. it doesn't work anyway.

This commit is contained in:
v2ray 2016-01-18 10:48:42 +01:00
parent d3d2b28032
commit a6a14247af

View File

@ -26,15 +26,11 @@ DAEMON_OPTS="-config /etc/v2ray/config.json"
[ -r /etc/default/$NAME ] && . /etc/default/$NAME
# Load the VERBOSE setting and other rcS variables
if [ -f "/lib/init/vars.sh"]; then
. /lib/init/vars.sh
fi
if [ -f "/lib/lsb/init-functions"]; then
# Define LSB log_* functions.
# Depend on lsb-base (>= 3.0-6) to ensure that this file is present.
. /lib/lsb/init-functions
fi
#
# Function that starts the daemon/service