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.

23 lines
451 B

9 years ago
10 years ago
  1. # Defaults for shadowsocks initscript
  2. # sourced by /etc/init.d/shadowsocks-libev
  3. # installed at /etc/default/shadowsocks-libev by the maintainer scripts
  4. #
  5. # This is a POSIX shell fragment
  6. #
  7. # Enable during startup?
  8. START=yes
  9. # Configuration file
  10. CONFFILE="/etc/shadowsocks-libev/config.json"
  11. # Extra command line arguments
  12. DAEMON_ARGS=""
  13. # User and group to run the server as
  14. USER=root
  15. GROUP=root
  16. # Number of maximum file descriptors
  17. MAXFD=1024