freebsd: fix deps in rc.d (#1479)

delay startup until filesystems are in place

Signed-off-by: Princess Grace <10965841+Kansattica@users.noreply.github.com>
This commit is contained in:
Princess Grace 2026-05-20 15:32:55 -07:00 committed by GitHub
parent d7eb556cdd
commit f432ef6d51
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
# #
# PROVIDE: copyparty # PROVIDE: copyparty
# REQUIRE: networking # REQUIRE: networking DAEMON FILESYSTEMS mountd
# KEYWORD: # KEYWORD:
. /etc/rc.subr . /etc/rc.subr