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.
25 lines
601 B
25 lines
601 B
# Defaults for shadowsocks initscript
|
|
# sourced by /etc/init.d/shadowsocks-libev
|
|
# installed at /etc/default/shadowsocks-libev by the maintainer scripts
|
|
|
|
#
|
|
# This is a POSIX shell fragment
|
|
#
|
|
# Note: `START', `GROUP' and `MAXFD' options are not recognized by systemd.
|
|
# Please change those settings in the corresponding systemd unit file.
|
|
|
|
# Enable during startup?
|
|
START=yes
|
|
|
|
# Configuration file
|
|
CONFFILE="/etc/shadowsocks-libev/config.json"
|
|
|
|
# Extra command line arguments
|
|
DAEMON_ARGS="-u"
|
|
|
|
# User and group to run the server as
|
|
USER=root
|
|
GROUP=root
|
|
|
|
# Number of maximum file descriptors
|
|
MAXFD=32768
|