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