# Defaults for shadowsocks initscript
# sourced by /etc/init.d/shadowsocks
# installed at /etc/default/shadowsocks by the maintainer scripts

USERID="nobody"

# uncomment this if you wanna run in client mode.
# DAEMON=/usr/bin/sslocal

# Additional options that are passed to the Daemon.
DAEMON_OPTS="-q -c /etc/shadowsocks/config.json"
