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
602 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. # Note: `START', `GROUP' and `MAXFD' options are not recognized by systemd.
  8. # Please change those settings in the corresponding systemd unit file.
  9. # Enable during startup?
  10. START=yes
  11. # Configuration file
  12. CONFFILE="/etc/shadowsocks-libev/config.json"
  13. # Extra command line arguments
  14. DAEMON_ARGS=
  15. # User and group to run the server as
  16. USER=nobody
  17. GROUP=nogroup
  18. # Number of maximum file descriptors
  19. MAXFD=32768