aboutsummaryrefslogtreecommitdiff
path: root/libexec/rc/rc.conf
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2024-02-27 17:33:52 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2024-02-28 07:17:58 +0000
commit72b045386dd3db8b31ec3067cb9e160cbd1cfbc6 (patch)
treeea3ca77efe897fd0355f92d93a9f2fd36f1b9344 /libexec/rc/rc.conf
parent749e318da39efc58107fdef517cf9c357053413a (diff)
downloadsrc-72b045386dd3db8b31ec3067cb9e160cbd1cfbc6.tar.gz
src-72b045386dd3db8b31ec3067cb9e160cbd1cfbc6.zip
Diffstat (limited to 'libexec/rc/rc.conf')
-rw-r--r--libexec/rc/rc.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/rc/rc.conf b/libexec/rc/rc.conf
index 20f0a6375a9e..2fa3b676cb38 100644
--- a/libexec/rc/rc.conf
+++ b/libexec/rc/rc.conf
@@ -61,8 +61,8 @@ varmfs_flags="-S" # Extra mount options for the mfs /var
mfs_type="auto" # "md", "tmpfs", "auto" to prefer tmpfs with md as fallback
populate_var="AUTO" # Set to YES to always (re)populate /var, NO to never
cleanvar_enable="YES" # Clean the /var directory
-var_run_enable="NO" # Save/restore /var/run structure at shutdown/reboot
-var_run_autosave="NO" # Only restore /var/run structure at shutdown/reboot
+var_run_enable="YES" # Save/restore /var/run structure at shutdown/reboot
+var_run_autosave="YES" # Only restore /var/run structure at shutdown/reboot
# The user is expected to issue service var_run save to
# manually save the /var/run mtree
var_run_mtree="/var/db/mtree/BSD.var-run.mtree"