Source code pulled from OpenBSD for OpenNTPD. The place to contribute to this code is via the OpenBSD CVS tree.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

110 lines
3.1 KiB

  1. # $OpenBSD: rc.conf,v 1.220 2020/01/24 06:17:37 tedu Exp $
  2. # DO NOT EDIT THIS FILE!!
  3. #
  4. # This file defines the default service selection as shipped in a
  5. # release. Upgrades of your system will modify this file.
  6. #
  7. # To select the service options you desire, please override these
  8. # options in the file /etc/rc.conf.local
  9. #
  10. # DO NOT EDIT THIS FILE!!
  11. # Set these variables to "NO" to turn the respective service off.
  12. # Set them to "" to run them with the default flags.
  13. # Otherwise, these variables override the default flags.
  14. apmd_flags=NO
  15. bgpd_flags=NO
  16. bootparamd_flags=NO
  17. cron_flags=
  18. dhcpd_flags=NO
  19. dhcrelay_flags=NO # for normal use: "-i interface [server]"
  20. dvmrpd_flags=NO
  21. eigrpd_flags=NO
  22. ftpd_flags=NO # set to NO if ftpd is running out of inetd
  23. ftpproxy_flags=NO
  24. ftpproxy6_flags=NO
  25. hostapd_flags=NO
  26. hotplugd_flags=NO
  27. httpd_flags=NO
  28. identd_flags=NO
  29. ifstated_flags=NO
  30. iked_flags=NO
  31. inetd_flags=NO
  32. isakmpd_flags=NO
  33. iscsid_flags=NO
  34. ldapd_flags=NO
  35. ldattach_flags=NO # for normal use: "[options] linedisc cua-device"
  36. ldomd_flags=NO
  37. ldpd_flags=NO
  38. lpd_flags=NO # for normal use: "" (or "-l" for debugging)
  39. mopd_flags=NO
  40. mrouted_flags=NO # be sure to enable multicast below
  41. npppd_flags=NO
  42. nsd_flags=NO
  43. ntpd_flags=
  44. ospfd_flags=NO
  45. ospf6d_flags=NO
  46. pflogd_flags= # add more flags, e.g. "-s 256"
  47. rad_flags=NO
  48. radiusd_flags=NO
  49. rarpd_flags=NO
  50. rbootd_flags=NO
  51. relayd_flags=NO
  52. ripd_flags=NO
  53. route6d_flags=NO # be sure to set net.inet6.ip6.forwarding=1
  54. sasyncd_flags=NO
  55. sensorsd_flags=NO
  56. slaacd_flags=
  57. slowcgi_flags=NO
  58. smtpd_flags=
  59. sndiod_flags=
  60. snmpd_flags=NO
  61. spamd_flags=NO # also see spamd_black below
  62. spamlogd_flags= # use eg. "-i interface" and see spamlogd(8)
  63. sshd_flags=
  64. switchd_flags=NO
  65. syslogd_flags= # add more flags, e.g. "-u -a /chroot/dev/log"
  66. tftpd_flags=NO
  67. tftpproxy_flags=NO
  68. unbound_flags=NO
  69. unwind_flags=NO
  70. vmd_flags=NO
  71. watchdogd_flags=NO
  72. wsmoused_flags=NO # for enabling console mouse support (i386 alpha amd64)
  73. # for ps/2 or usb mice: "", serial: "-p /dev/cua00"
  74. xenodm_flags=NO # on some architectures, you must also
  75. # disable console getty in /etc/ttys
  76. # services related to RPC, NFS, and YP
  77. amd_flags=NO # also see amd_master below
  78. lockd_flags=NO
  79. mountd_flags=NO
  80. nfsd_flags=NO
  81. portmap_flags=NO # note: inetd(8) rpc services need portmap too
  82. statd_flags=NO
  83. ypbind_flags=NO
  84. ypldap_flags=NO
  85. ypserv_flags=NO
  86. # set the following to "YES" to turn them on
  87. pf=YES # Packet filter / NAT
  88. ipsec=NO # IPsec
  89. check_quotas=YES # NO may be desirable in some YP environments
  90. accounting=NO # process accounting (using /var/account/acct)
  91. # Multicast routing configuration
  92. # Please look at netstart(8) for a detailed description if you change these
  93. multicast=NO # Reject IPv4 multicast packets by default
  94. # miscellaneous other flags
  95. amd_master=/etc/amd/master # AMD 'master' map
  96. library_aslr=YES # set to NO to disable library randomization
  97. savecore_flags= # "-z" to compress
  98. spamd_black=NO # set to YES to run spamd without greylisting
  99. shlib_dirs= # extra directories for ldconfig, separated
  100. # by space
  101. # rc.d(8) packages scripts
  102. # started in the specified order and stopped in reverse order
  103. pkg_scripts=