added path to the freebsd init script

This commit is contained in:
Sander Boele
2012-12-30 20:51:24 +01:00
committed by Ruud
parent e92b5d95ca
commit 6b8bca5491
Regular → Executable
+3
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"}