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.
17 lines
328 B
17 lines
328 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"
|
|
|
|
# User and group to run the server as
|
|
USER=root
|
|
GROUP=root
|