Lines Matching +full:run +full:- +full:time

3 # This is rc.conf - a file full of useful variables that you can set
20 ### Important initial Boot-time options ####################
37 # running during boot (can increase boot time).
40 apmd_enable="NO" # Run apmd to handle APM event from userland.
44 devd_enable="YES" # Run devd, to trigger programs on device tree changes.
51 kldxref_module_path="" # Override kern.module_path. A ';'-delimited list.
52 powerd_enable="NO" # Run powerd to lower our power usage.
56 tmpmfs_flags="-S" # Extra mdmfs options for the mfs /tmp
60 varmfs_flags="-S" # Extra mount options for the mfs /var
64 var_run_enable="YES" # Save/restore /var/run structure at shutdown/reboot
65 var_run_autosave="YES" # Only restore /var/run structure at shutdown/reboot
67 # manually save the /var/run mtree
68 var_run_mtree="/var/db/mtree/BSD.var-run.mtree"
69 # Where to save /var/run mtree
102 #geli_da1_flags="-p -k /etc/geli/da1.keys"
104 #geli_mirror_home_flags="-k /etc/geli/home.keys"
106 #geli_storage_flags="-k /etc/geli/storage.keys"
108 #geli_backup_flags="-j /etc/geli/backup.passfile -k /etc/geli/backup.keys"
111 root_rw_mount="YES" # Set to NO to inhibit remounting root read-write.
112 root_hold_delay="30" # Time to wait for root mount hold release.
113 fsck_flags="-p" # May be changed to -f (or -f -y) to force a full fsck
114 fsck_y_enable="NO" # Set to YES to do fsck -y if the initial preen fails.
115 fsck_y_flags="-T ffs:-R -T ufs:-R" # Additional flags for fsck -y
116 background_fsck="YES" # Attempt to run fsck in the background where possible.
117 background_fsck_delay="60" # Time to wait (seconds) before starting the fsck.
126 ### Network configuration sub-section ######################
133 hostid_uuidgen_flags="-r" # Flags to uuidgen.
134 machine_id_file="/etc/machine-id" # File with machine-id.
144 defaultroute_delay="30" # Time to wait for a default route on a DHCP interface.
145 defaultroute_carrier_delay="5" # Time to wait for carrier while waiting for a default route.
149 wpa_supplicant_flags="-s" # Extra flags to pass to wpa_supplicant
153 firewall_script="/etc/rc.firewall" # Which script to run to set up the firewall
157 firewall_logif="NO" # Set to YES to create logging-pseudo interface
159 firewall_coscripts="" # List of executables/scripts to run after
190 firewall_nologports="135-139,445 1026,1027 1433,1434" # List of TCP/UDP ports
206 ipsec_enable="NO" # Set to YES to run setkey on ipsec_file
217 ipfilter_optionlist="" # optionlist for ipf(8) -T
228 ipmon_flags="-Ds" # typically "-Ds" or "-D /var/log/ipflog"
241 #pass quick on em4" # multi-rule
242 pf_fallback_rules_file="/etc/pf-fallback.conf" # rules file on ruleset failure
250 ftpproxy_enable="NO" # Set to YES to enable ftp-proxy(8) for pf
251 ftpproxy_flags="" # additional flags for ftp-proxy(8)
265 #cloned_interfaces="gif0 gif1 gif2 gif3" # Pre-cloning GENERIC config.
275 #ipv4_addrs_em0="192.168.0.1/24 192.168.1.1-5/28" # example IPv4 address entry.
281 ppp_enable="NO" # Start user-ppp (or NO).
282 ppp_program="/usr/sbin/ppp" # Path to user-ppp program.
287 ppp_user="root" # Which user to run ppp as
289 # Start multiple instances of ppp at boot time
297 hostapd_enable="NO" # Run hostap daemon.
298 syslogd_enable="YES" # Run syslog daemon (or NO).
300 syslogd_flags="-s" # Flags to syslogd (if enabled).
303 inetd_enable="NO" # Run the network daemon dispatcher (YES/NO).
305 inetd_flags="-wW -C 60" # Optional flags to inetd
308 iscsictl_flags="-Aa" # Optional flags to iscsictl.
309 hastd_enable="NO" # Run the HAST daemon (YES/NO).
312 ggated_enable="NO" # Run the ggate daemon (YES/NO).
319 blacklistd_enable="NO" # Run blacklistd daemon (YES/NO).
324 # kerberos. Do not run the admin daemons on slave servers
326 kdc_enable="NO" # Run a kerberos 5 KDC (or NO).
331 kadmind_enable="NO" # Run kadmind (or NO)
333 kpasswdd_enable="NO" # Run kpasswdd (or NO)
335 kfd_enable="NO" # Run kfd (or NO)
338 ipropd_master_enable="NO" # Run Heimdal incremental propagation daemon
340 ipropd_master_program="/usr/libexec/ipropd-master"
341 ipropd_master_flags="" # Flags to ipropd-master.
342 ipropd_master_keytab="/etc/krb5.keytab" # keytab for ipropd-master.
344 ipropd_slave_enable="NO" # Run Heimdal incremental propagation daemon
346 ipropd_slave_program="/usr/libexec/ipropd-slave"
347 ipropd_slave_flags="" # Flags to ipropd-slave.
348 ipropd_slave_keytab="/etc/krb5.keytab" # keytab for ipropd-slave.
351 gssd_enable="NO" # Run the gssd daemon (or NO).
355 rwhod_enable="NO" # Run the rwho daemon (or NO).
357 rarpd_enable="NO" # Run rarpd (or NO).
358 rarpd_flags="-a" # Flags to rarpd.
359 bootparamd_enable="NO" # Run bootparamd (or NO).
361 pppoed_enable="NO" # Run the PPP over Ethernet daemon.
363 pppoed_flags="-P /var/run/pppoed.pid" # Flags to pppoed (if enabled).
369 ftpd_enable="NO" # Enable stand-alone ftpd.
371 ftpd_flags="" # Additional flags to stand-alone ftpd.
374 autofs_enable="NO" # Run autofs daemons.
381 nfs_server_flags="-u -t" # Flags to nfsd (if enabled).
384 mountd_enable="NO" # Run mountd (or NO).
385 mountd_flags="-r -S" # Flags to mountd (if NFS server enabled).
386 weak_mountd_authentication="NO" # Allow non-root mount requests to be served.
389 rpc_lockd_enable="NO" # Run NFS rpc.lockd needed for client/server.
391 rpc_statd_enable="NO" # Run NFS rpc.statd needed for client/server.
393 rpcbind_enable="NO" # Run the portmapper service (YES/NO).
396 rpc_ypupdated_enable="NO" # Run if NIS master and SecureRPC (or NO).
397 keyserv_enable="NO" # Run the SecureRPC keyserver (or NO).
405 tlsclntd_enable="NO" # Run rpc.tlsclntd needed for NFS-over-TLS mount
407 tlsservd_enable="NO" # Run rpc.tlsservd needed for NFS-over-TLS nfsd
410 ### Network Time Services options: ###
411 ntpdate_enable="NO" # Run ntpdate to sync time on boot (or NO).
413 ntpdate_flags="-b" # Flags to ntpdate (if enabled).
415 ntpdate_hosts="" # Whitespace-separated list of ntpdate(8) servers.
416 ntpd_enable="NO" # Run ntpd Network Time Protocol (or NO).
419 ntpd_sync_on_start="NO" # Sync time on ntpd startup, even if offset is high
421 ntp_src_leapfile="/etc/ntp/leap-seconds"
423 ntp_db_leapfile="/var/db/ntpd.leap-seconds.list"
425 ntp_leapfile_sources="https://hpiers.obspm.fr/iers/bul/bulc/ntp/leap-seconds.list https://data.iana.org/time-zones/tzdb/leap-seconds.list"
427 ntp_leapfile_fetch_opts="-mq" # Options to use for ntp leapfile fetch,
428 # e.g. --no-verify-peer
436 nis_ypset_enable="NO" # Run ypset at boot time (or NO).
440 nis_ypxfrd_enable="NO" # Run rpc.ypxfrd at boot time (or NO).
442 nis_yppasswdd_enable="NO" # Run rpc.yppasswdd at boot time (or NO).
444 nis_ypldap_enable="NO" # Run ypldap at boot time (or NO).
450 bsnmpd_enable="NO" # Run the SNMP daemon (or NO).
462 routed_flags="-q" # Flags for routing daemon.
472 sdpd_control="/var/run/sdp" # sdpd(8) control socket
473 sdpd_groupname="nobody" # set spdp(8) user/group to run as after
522 #ipv6_route_xxx="fec0:0000:0000:0006:: -prefixlen 64 ::1"
527 ipv6_privacy="NO" # Use privacy address on RA-receiving IFs
533 #route6d_flags="-l" # Example for route6d with only IPv6 site local
535 #route6d_flags="-q" # If you want to run a routing daemon on an end
545 rtsol_flags="-i" # Flags to IPv6 router solicitation.
548 rtsold_flags="-a -i" # Flags to an IPv6 router solicitation
561 # is 0-31.
569 ip6addrctl_policy="AUTO" # A pre-defined address selection policy
586 blanktime="300" # blank time (in seconds) or "NO" to turn it off.
588 moused_nondefault_enable="YES" # Treat non-default mice as enabled unless
590 moused_enable="NO" # Run the mouse daemon.
594 mousechar_start="NO" # if 0xd0-0xd3 default range is occupied in your
605 sendmail_enable="NONE" # Run the sendmail inbound daemon (YES/NO/NONE).
607 sendmail_pidfile="/var/run/sendmail.pid" # sendmail pid file
609 sendmail_flags="-L sm-mta -bd -q30m" # Flags to sendmail (as a server)
612 sendmail_submit_enable="YES" # Start a localhost-only MTA for mail submission
613 sendmail_submit_flags="-L sm-mta -bd -q30m -ODaemonPortOptions=Addr=localhost"
614 # Flags for localhost-only MTA
616 sendmail_outbound_flags="-L sm-queue -q30m" # Flags to sendmail (outbound only)
618 sendmail_msp_queue_flags="-L sm-msp-queue -Ac -q30m"
620 sendmail_rebuild_aliases="NO" # Run newaliases if necessary (YES/NO).
627 auditd_enable="NO" # Run the audit daemon.
630 auditdistd_enable="NO" # Run the audit daemon.
633 cron_enable="YES" # Run the periodic job daemon.
634 cron_program="/usr/sbin/cron" # Which cron executable to run (if enabled).
640 lpd_enable="NO" # Run the line printer daemon.
643 nscd_enable="NO" # Run the nsswitch caching daemon.
644 chkprintcap_enable="NO" # Run chkprintcap(8) before running lpd.
645 chkprintcap_flags="-d" # Create missing directories by default.
652 savecore_flags="-m 10" # Used if dumpdev is enabled above, and present.
660 quotaon_flags="-a" # Turn quotas on for all file systems (if enabled)
661 quotaoff_flags="-a" # Turn quotas off for all file systems at shutdown
662 quotacheck_flags="-a" # Check all file system quotas (if enabled)
664 firstboot_sentinel="/firstboot" # Scripts with "firstboot" keyword are run if
669 linux_mounts_enable="YES" # If linux_enable is set to YES, mount Linux-specific
672 clear_tmp_X="YES" # Clear and recreate X11-related directories in /tmp
677 # 32-bit compatibility shared library search paths
681 # Local directories with 32-bit compatibility ldconfig
684 kern_securelevel="-1" # range: -1..3 ; `-1' is the most insecure
688 update_motd="YES" # update version info in /var/run/motd (or NO)
690 # (used at early boot time) entropy caching through reboots.
691 entropy_file="/entropy" # Set to NO to disable late (used when going multi-user)
693 # /var/db/entropy-file is preferred if / is not avail.
699 osrelease_enable="YES" # Update /var/run/os-release on boot (or NO).
700 osrelease_file="/var/run/os-release" # File to update for os-release.
701 osrelease_perms="444" # Default permission for os-release file.
702 dmesg_enable="YES" # Save dmesg(8) to /var/run/dmesg.boot
705 watchdogd_timeout="" # watchdogd timeout, overrides -t in watchdogd_flags
708 # Overrides -x in watchdogd_flags.
723 newsyslog_enable="YES" # Run newsyslog at startup.
724 newsyslog_flags="-CN" # Newsyslog flags to create marked files
725 mixer_enable="YES" # Run the sound mixer.
727 nuageinit_enable="NO" # Run nuageinit at startup
740 jail_confwarn="YES" # Prevent warning about obsolete per-jail configuration
750 if [ -z "${source_rc_confs_defined}" ]; then
760 if [ -r $i ]; then
766 # Re-do process to pick up [possibly] redefined $rc_conf_files
773 if [ -r $i ]; then
784 if [ -r /etc/defaults/vendor.conf ]; then