rc.conf revision 1.216
1#	$OpenBSD: rc.conf,v 1.216 2017/05/30 12:04:26 tb 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
60slaacd_flags=
61slowcgi_flags=NO
62smtpd_flags=
63sndiod_flags=
64snmpd_flags=NO
65spamd_flags=NO		# also see spamd_black below
66spamlogd_flags=		# use eg. "-i interface" and see spamlogd(8)
67sshd_flags=
68switchd_flags=NO
69syslogd_flags=		# add more flags, e.g. "-u -a /chroot/dev/log"
70tftpd_flags=NO
71tftpproxy_flags=NO
72unbound_flags=NO
73vmd_flags=NO
74watchdogd_flags=NO
75wsmoused_flags=NO	# for enabling console mouse support (i386 alpha amd64)
76			# for ps/2 or usb mice: "", serial: "-p /dev/cua00"
77xenodm_flags=NO		# on some architectures, you must also
78			# disable console getty in /etc/ttys
79
80# services related to RPC, NFS, and YP
81amd_flags=NO		# also see amd_master below
82lockd_flags=NO
83mountd_flags=NO
84nfsd_flags=NO
85portmap_flags=NO	# note: inetd(8) rpc services need portmap too
86statd_flags=NO
87ypbind_flags=NO
88ypldap_flags=NO
89ypserv_flags=NO
90
91# set the following to "YES" to turn them on
92pf=YES			# Packet filter / NAT
93ipsec=NO		# IPsec
94check_quotas=YES	# NO may be desirable in some YP environments
95accounting=NO		# process accounting (using /var/account/acct)
96
97# Multicast routing configuration
98# Please look at netstart(8) for a detailed description if you change these
99multicast=NO		# Reject IPv4 multicast packets by default
100
101# miscellaneous other flags
102amd_master=/etc/amd/master	# AMD 'master' map
103library_aslr=YES		# set to NO to disable library randomization
104savecore_flags=			# "-z" to compress
105spamd_black=NO			# set to YES to run spamd without greylisting
106shlib_dirs=			# extra directories for ldconfig, separated
107				# by space
108
109# rc.d(8) packages scripts
110# started in the specified order and stopped in reverse order
111pkg_scripts=
112