1# $OpenBSD: rc.conf,v 1.220 2020/01/24 06:17:37 tedu 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" 49rad_flags=NO 50radiusd_flags=NO 51rarpd_flags=NO 52rbootd_flags=NO 53relayd_flags=NO 54ripd_flags=NO 55route6d_flags=NO # be sure to set net.inet6.ip6.forwarding=1 56sasyncd_flags=NO 57sensorsd_flags=NO 58slaacd_flags= 59slowcgi_flags=NO 60smtpd_flags= 61sndiod_flags= 62snmpd_flags=NO 63spamd_flags=NO # also see spamd_black below 64spamlogd_flags= # use eg. "-i interface" and see spamlogd(8) 65sshd_flags= 66switchd_flags=NO 67syslogd_flags= # add more flags, e.g. "-u -a /chroot/dev/log" 68tftpd_flags=NO 69tftpproxy_flags=NO 70unbound_flags=NO 71unwind_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 102library_aslr=YES # set to NO to disable library randomization 103savecore_flags= # "-z" to compress 104spamd_black=NO # set to YES to run spamd without greylisting 105shlib_dirs= # extra directories for ldconfig, separated 106 # by space 107 108# rc.d(8) packages scripts 109# started in the specified order and stopped in reverse order 110pkg_scripts= 111