BSD Stuff
sysctl.conf
30 August 2006, 01:10
This is my skeleton /etc/sysctl.conf file for my FreeBSD systems
The /etc/sysctl.conf file is read in when the system goes into multi-user mode to set default settings for the kernel.
# cd /etc/# vim sysctl.conf
| # | Code |
|---|---|
| 0001 | hw.snd.pcm0.vchans=4 |
| 0002 | hw.snd.maxautovchans=8 |
| 0003 | hw.snd.unit=1 |
| 0004 | kern.randompid=348 |
| 0005 | net.inet.tcp.blackhole=2 |
| 0006 | net.inet.udp.blackhole=1 |
| 0007 |
Page 1 of 1