Add more dependencies to rc.d script.

On my FreeBSD machine, copyparty wasn't starting with the computer even after being enabled. Turns out it was being started first, before all the filesystems and such showed up. This fixed it real nice.

Signed-off-by: Princess Grace <10965841+Kansattica@users.noreply.github.com>
This commit is contained in:
Princess Grace 2026-05-13 11:53:27 -07:00 committed by GitHub
parent 139ef1851e
commit dab6724672
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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