tor.default 426 B

1234567891011121314151617181920
  1. # Defaults for tor initscript
  2. # sourced by /etc/init.d/tor
  3. # installed at /etc/default/tor by the maintainer scripts
  4. #
  5. # This is a POSIX shell fragment
  6. #
  7. RUN_DAEMON="yes"
  8. #
  9. # Servers sometimes may need more than the default 1024 file descriptors
  10. # if they are very busy and have many clients connected to them.
  11. # (ulimit -n)
  12. #
  13. MAX_FILEDESCRIPTORS=4096
  14. #
  15. # Uncomment this if you want to get coredumps
  16. #
  17. ulimit -c unlimited