From d55b68f4f69016a077a7621a8996623c70c289bd Mon Sep 17 00:00:00 2001 From: erdgeist Date: Wed, 26 Apr 2006 11:19:22 +0000 Subject: Some nicer defaults along with explanation --- examples/example/etc/rc.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'examples') diff --git a/examples/example/etc/rc.conf b/examples/example/etc/rc.conf index 02c470c..a59505e 100755 --- a/examples/example/etc/rc.conf +++ b/examples/example/etc/rc.conf @@ -1,4 +1,19 @@ +# Pretuned by German Engineers + +# No network interfaces in jails network_interfaces="" + +# Prevent rpc rpcbind_enable="NO" + +# Prevent loads of jails doing their cron jobs at the same time cron_flags="$cron_flags -J 15" + +# Prevent syslog to open sockets syslogd_flags="-ss" + +# Prevent sendmail to try to connect to localhost +# sendmail_enable="NONE" + +# Bring up sshd, it takes some time and uses some entropy on first startup +# sshd_enable="YES" -- cgit v1.2.3