1#	$OpenBSD: rc.conf,v 1.227 2022/09/26 00:29:55 kn 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
18bgplgd_flags=NO
19bootparamd_flags=NO
20cron_flags=
21dhcpd_flags=NO
22dhcpleased_flags=
23dhcrelay_flags=NO	# for normal use: "-i interface [server]"
24dvmrpd_flags=NO
25eigrpd_flags=NO
26ftpd_flags=NO		# set to NO if ftpd is running out of inetd
27ftpproxy_flags=NO
28ftpproxy6_flags=NO
29hostapd_flags=NO
30hotplugd_flags=NO
31httpd_flags=NO
32identd_flags=NO
33ifstated_flags=NO
34iked_flags=NO
35inetd_flags=NO
36isakmpd_flags=NO
37iscsid_flags=NO
38ldapd_flags=NO
39ldattach_flags=NO	# for normal use: "[options] linedisc cua-device"
40ldomd_flags=NO
41ldpd_flags=NO
42lpd_flags=NO		# for normal use: "" (or "-l" for debugging)
43mopd_flags=NO
44mrouted_flags=NO	# be sure to enable multicast below
45npppd_flags=NO
46nsd_flags=NO
47ntpd_flags=
48ospfd_flags=NO
49ospf6d_flags=NO
50pflogd_flags=		# add more flags, e.g. "-s 256"
51rad_flags=NO
52radiusd_flags=NO
53rarpd_flags=NO
54rbootd_flags=NO
55relayd_flags=NO
56resolvd_flags=
57ripd_flags=NO
58route6d_flags=NO	# be sure to set net.inet6.ip6.forwarding=1
59sasyncd_flags=NO
60sensorsd_flags=NO
61slaacd_flags=
62slowcgi_flags=NO
63smtpd_flags=
64sndiod_flags=
65snmpd_flags=NO
66spamd_flags=NO		# also see spamd_black below
67spamlogd_flags=		# use eg. "-i interface" and see spamlogd(8)
68sshd_flags=
69syslogd_flags=		# add more flags, e.g. "-u -a /chroot/dev/log"
70tftpd_flags=NO
71tftpproxy_flags=NO
72unbound_flags=NO
73unwind_flags=NO
74vmd_flags=NO
75watchdogd_flags=NO
76wsmoused_flags=NO	# for enabling console mouse support
77			# for ps/2 or usb mice: "", serial: "-p /dev/cua00"
78xenodm_flags=NO		# on some architectures, you must also
79			# disable console getty in /etc/ttys
80
81# services related to RPC, NFS, and YP
82amd_flags=NO		# also see amd_master below
83lockd_flags=NO
84mountd_flags=NO
85nfsd_flags=NO
86portmap_flags=NO	# note: inetd(8) rpc services need portmap too
87statd_flags=NO
88ypbind_flags=NO
89ypldap_flags=NO
90ypserv_flags=NO
91
92# set the following to "YES" to turn them on
93pf=YES			# Packet filter / NAT
94ipsec=NO		# IPsec
95check_quotas=YES	# NO may be desirable in some YP environments
96accounting=NO		# process accounting (using /var/account/acct)
97
98# Multicast routing configuration
99# Please look at netstart(8) for a detailed description if you change these
100multicast=NO		# Reject IPv4 multicast packets by default
101
102# miscellaneous other flags
103amd_master=/etc/amd/master	# AMD 'master' map
104library_aslr=YES		# set to NO to disable library randomization
105savecore_flags=			# "-z" to compress
106spamd_black=NO			# set to YES to run spamd without greylisting
107shlib_dirs=			# extra directories for ldconfig, separated
108				# by space
109
110# rc.d(8) packages scripts
111# started in the specified order and stopped in reverse order
112pkg_scripts=
113