You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

20 lines
375 B

# Defaults for redsocks initscript
# sourced by /etc/init.d/redsocks
# installed at /etc/default/redsocks by the maintainer scripts
#
# This is a POSIX shell fragment
#
# Enable during startup?
START=yes
# Configuration file
CONFFILE="/etc/shadowsocks/config.json"
# Extra command line arguments
DAEMON_ARGS=""
# User and group to run the server as
USER=root
GROUP=root