Private GIT

Skip to content
Snippets Groups Projects
Commit 6b8bca54 authored by Sander Boele's avatar Sander Boele Committed by Ruud
Browse files

added path to the freebsd init script

parent e92b5d95
Branches
Tags
No related merge requests found
init/freebsd 100644 → 100755
...@@ -25,6 +25,9 @@ ...@@ -25,6 +25,9 @@
name="couchpotato" name="couchpotato"
rcvar=${name}_enable 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} load_rc_config ${name}
: ${couchpotato_enable:="NO"} : ${couchpotato_enable:="NO"}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment