added path to the freebsd init script

This commit is contained in:
Sander Boele
2012-12-30 13:31:06 +01:00
committed by Ruud
parent e92b5d95ca
commit 6b8bca5491

3
init/freebsd Normal file → Executable file
View File

@@ -25,6 +25,9 @@
name="couchpotato"
rcvar=${name}_enable
# Required, for some reason, to find all our binaries when starting via service.
PATH="/usr/bin:/usr/local/bin:$PATH"
load_rc_config ${name}
: ${couchpotato_enable:="NO"}