mirror of
https://github.com/9001/copyparty.git
synced 2026-06-18 20:22:27 -06:00
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:
parent
139ef1851e
commit
dab6724672
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# PROVIDE: copyparty
|
||||
# REQUIRE: networking
|
||||
# REQUIRE: networking DAEMON FILESYSTEMS mountd
|
||||
# KEYWORD:
|
||||
|
||||
. /etc/rc.subr
|
||||
|
|
|
|||
Loading…
Reference in a new issue