Browse Source

added path to the freebsd init script

pull/1244/head
Sander Boele 13 years ago
committed by Ruud
parent
commit
6b8bca5491
  1. 3
      init/freebsd

3
init/freebsd

@ -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"}

Loading…
Cancel
Save