rc.conf revision 1.224
1#	$OpenBSD: rc.conf,v 1.224 2021/07/16 15:21:41 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
18bootparamd_flags=NO
19cron_flags=
20dhcpd_flags=NO
21dhcpleased_flags=
22dhcrelay_flags=NO	# for normal use: "-i interface [server]"
23dvmrpd_flags=NO
24eigrpd_flags=NO
25ftpd_flags=NO		# set to NO if ftpd is running out of inetd
26ftpproxy_flags=NO
27ftpproxy6_flags=NO
28hostapd_flags=NO
29hotplugd_flags=NO
30httpd_flags=NO
31identd_flags=NO
32ifstated_flags=NO
33iked_flags=NO
34inetd_flags=NO
35isakmpd_flags=NO
36iscsid_flags=NO
37ldapd_flags=NO
38ldattach_flags=NO	# for normal use: "[options] linedisc cua-device"
39ldomd_flags=NO
40ldpd_flags=NO
41lpd_flags=NO		# for normal use: "" (or "-l" for debugging)
42mopd_flags=NO
43mrouted_flags=NO	# be sure to enable multicast below
44npppd_flags=NO
45nsd_flags=NO
46ntpd_flags=
47ospfd_flags=NO
48ospf6d_flags=NO
49pflogd_flags=		# add more flags, e.g. "-s 256"
50rad_flags=NO
51radiusd_flags=NO
52rarpd_flags=NO
53rbootd_flags=NO
54relayd_flags=NO
55resolvd_flags=
56ripd_flags=NO
57route6d_flags=NO	# 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
73unwind_flags=NO
74vmd_flags=NO
75watchdogd_flags=NO
76wsmoused_flags=NO	# for enabling console mouse support (i386 alpha amd64)
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