rc.conf revision 1.213
1#	$OpenBSD: rc.conf,v 1.213 2017/02/26 16:51:18 matthieu Exp $
2
3# DO NOT EDIT THIS FILE!!
4#
5# This file defines the default service selection as shipped in a
6# release.  Upgrades of your system will modify this file.
7#
8# To select the service options you desire, please override these
9# options in the file /etc/rc.conf.local
10#
11# DO NOT EDIT THIS FILE!!
12
13# Set these variables to "NO" to turn the respective service off.
14# Set them to "" to run them with the default flags.
15# Otherwise, these variables override the default flags.
16apmd_flags=NO
17bgpd_flags=NO
18bootparamd_flags=NO
19cron_flags=
20dhcpd_flags=NO
21dhcrelay_flags=NO	# for normal use: "-i interface [server]"
22dvmrpd_flags=NO
23eigrpd_flags=NO
24ftpd_flags=NO		# set to NO if ftpd is running out of inetd
25ftpproxy_flags=NO
26ftpproxy6_flags=NO
27hostapd_flags=NO
28hotplugd_flags=NO
29httpd_flags=NO
30identd_flags=NO
31ifstated_flags=NO
32iked_flags=NO
33inetd_flags=NO
34isakmpd_flags=NO
35iscsid_flags=NO
36ldapd_flags=NO
37ldattach_flags=NO	# for normal use: "[options] linedisc cua-device"
38ldomd_flags=NO
39ldpd_flags=NO
40lpd_flags=NO		# for normal use: "" (or "-l" for debugging)
41mopd_flags=NO
42mrouted_flags=NO	# be sure to enable multicast below
43npppd_flags=NO
44nsd_flags=NO
45ntpd_flags=
46ospfd_flags=NO
47ospf6d_flags=NO
48pflogd_flags=		# add more flags, e.g. "-s 256"
49radiusd_flags=NO
50rarpd_flags=NO
51rbootd_flags=NO
52relayd_flags=NO
53rebound_flags=NO
54ripd_flags=NO
55route6d_flags=NO	# be sure to set net.inet6.ip6.forwarding=1
56rtadvd_flags=NO		# for normal use: list of interfaces
57			# be sure to set net.inet6.ip6.forwarding=1
58sasyncd_flags=NO
59sensorsd_flags=NO
60slowcgi_flags=NO
61smtpd_flags=
62sndiod_flags=
63snmpd_flags=NO
64spamd_flags=NO		# also see spamd_black below
65spamlogd_flags=		# use eg. "-i interface" and see spamlogd(8)
66sshd_flags=
67switchd_flags=NO
68syslogd_flags=		# add more flags, e.g. "-u -a /chroot/dev/log"
69tftpd_flags=NO
70tftpproxy_flags=NO
71unbound_flags=NO
72vmd_flags=NO
73watchdogd_flags=NO
74wsmoused_flags=NO	# for enabling console mouse support (i386 alpha amd64)
75			# for ps/2 or usb mice: "", serial: "-p /dev/cua00"
76xenodm_flags=NO		# on some architectures, you must also
77			# disable console getty in /etc/ttys
78
79# services related to RPC, NFS, and YP
80amd_flags=NO		# also see amd_master below
81lockd_flags=NO
82mountd_flags=NO
83nfsd_flags=NO
84portmap_flags=NO	# note: inetd(8) rpc services need portmap too
85statd_flags=NO
86ypbind_flags=NO
87ypldap_flags=NO
88ypserv_flags=NO
89
90# set the following to "YES" to turn them on
91pf=YES			# Packet filter / NAT
92ipsec=NO		# IPsec
93check_quotas=YES	# NO may be desirable in some YP environments
94accounting=NO		# process accounting (using /var/account/acct)
95
96# Multicast routing configuration
97# Please look at netstart(8) for a detailed description if you change these
98multicast=NO		# Reject IPv4 multicast packets by default
99
100# miscellaneous other flags
101amd_master=/etc/amd/master	# AMD 'master' map
102savecore_flags=			# "-z" to compress
103spamd_black=NO			# set to YES to run spamd without greylisting
104shlib_dirs=			# extra directories for ldconfig, separated
105				# by space
106
107# rc.d(8) packages scripts
108# started in the specified order and stopped in reverse order
109pkg_scripts=
110