1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
# this file maintained at http://git.mdcc.cx/uruk.git
#
# configuration for urukctl(8) as called by /etc/init.d/uruk. Install in
# /etc/default/uruk (Debian) or /etc/sysconfig/uruk (Red Hat)
# Some helpers are installed in /lib/uruk/init
# /sbin might be lacking from PATH when running as non-root
PATH=/lib/uruk/init:/sbin:$PATH
# enable_uruk_check - wether to check for existence and sanity of uruk rc
# file
## enable_uruk_check=false
# enable_ipv6 - set to false to disable IPv6 support.
## enable_ipv6=false
enable_ipv6=$(enable-ipv6)
# enable calling the unstable uruk-save script
## enable_uruk_save=true
#
# set enable_autosave to "false" to disable autosaving the active ruleset
# when going from start to stop
## enable_autosave=false
#
# set enable_save_counters to "false" to disable saving table counters with
# rulesets
## enable_save_counters=false
|