diff --git a/debian/control b/debian/control index ad22e42..bd7f3ac 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: python Priority: extra Maintainer: Shell.Xu Build-Depends: debhelper (>= 8), python, python-setuptools -Standards-Version: 3.9.3 +Standards-Version: 3.9.5 Homepage: https://github.com/clowwindy/shadowsocks #Vcs-Git: git://git.debian.org/collab-maint/shadowsocks.git #Vcs-Browser: http://git.debian.org/?p=collab-maint/shadowsocks.git;a=summary diff --git a/debian/shadowsocks.default b/debian/shadowsocks.default index f82b17a..a520602 100644 --- a/debian/shadowsocks.default +++ b/debian/shadowsocks.default @@ -9,4 +9,4 @@ USERID="nobody" # # Additional options that are passed to the Daemon. -DAEMON_OPTS="-c /etc/shadowsocks/config.json" +DAEMON_OPTS="-q -c /etc/shadowsocks/config.json"