Author Login
Post Reply
misc <svn-commit@(protected):
> - add a config file in /etc/sysconfig/tor, so the user
> can cleanly raise the limit of opened file with ulimit -n with touching
> to initscript.
[...]
> Added: cooker/tor/current/SOURCES/tor.sysconfig
> ==============================================================================
> --- (empty file)
> +++ cooker/tor/current/SOURCES/tor.sysconfig Thu Jul 3 14:20:27 2008
> @@(protected) @@
> +# you can use this file to augment the limit of open file , with ulimit -n
> +#ulimit -n 2048
i'd say /etc/sysconfig/* should be configuration only, ie should not
launch commands.
of course, there's nothing enforcing this rule, and users can do
whatever they want, but it would be best to keep this rule.