cleanvar: Fix startup order

Instead of having FILESYSTEMS require cleanvar, which doesn't really
make semantic sense, say that cleanvar needs to run before FILESYSTEMS.

MFC after:	3 days
Reviewed by:	imp
Differential Revision:	https://reviews.freebsd.org/D54118
This commit is contained in:
Dag-Erling Smørgrav
2025-12-08 11:30:05 +01:00
parent f0ea859229
commit 6ce227d627
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
#
# PROVIDE: FILESYSTEMS
# REQUIRE: root mountcritlocal cleanvar tmp
# REQUIRE: root mountcritlocal tmp var
# This is a dummy dependency, for services which require filesystems
# to be mounted before starting. It also serves as the default early /
+1
View File
@@ -4,6 +4,7 @@
# PROVIDE: cleanvar
# REQUIRE: var
# BEFORE: FILESYSTEMS
. /etc/rc.subr