Browse Source

added path to the freebsd init script

pull/1196/head
Sander Boele 13 years ago
parent
commit
8c50c0cad9
  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