summaryrefslogtreecommitdiff
path: root/examples/example/etc/rc.conf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example/etc/rc.conf')
-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"