summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2006-04-26 11:19:22 +0000
committererdgeist <erdgeist@erdgeist.org>2006-04-26 11:19:22 +0000
commitd55b68f4f69016a077a7621a8996623c70c289bd (patch)
treee0424c756d281ea2c30cc87058e702b7689e47c9 /examples
parentcbbb4bf48080f979b4dec6de8f4ac5e32d1b1602 (diff)
Some nicer defaults along with explanation
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/example/etc/rc.conf15
1 files changed, 15 insertions, 0 deletions
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 @@
1# Pretuned by German Engineers
2
3# No network interfaces in jails
1network_interfaces="" 4network_interfaces=""
5
6# Prevent rpc
2rpcbind_enable="NO" 7rpcbind_enable="NO"
8
9# Prevent loads of jails doing their cron jobs at the same time
3cron_flags="$cron_flags -J 15" 10cron_flags="$cron_flags -J 15"
11
12# Prevent syslog to open sockets
4syslogd_flags="-ss" 13syslogd_flags="-ss"
14
15# Prevent sendmail to try to connect to localhost
16# sendmail_enable="NONE"
17
18# Bring up sshd, it takes some time and uses some entropy on first startup
19# sshd_enable="YES"