Set PATH in the FreeBSD rc script to avoid failures starting the service
This commit is contained in:
parent
254b31bf1c
commit
f60a1e7d44
2 changed files with 3 additions and 0 deletions
1
changelog.d/freebsd-rc.fix
Normal file
1
changelog.d/freebsd-rc.fix
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
Set PATH in the FreeBSD rc script to avoid failures starting the service
|
||||||
|
|
@ -24,4 +24,6 @@ command=/usr/local/bin/elixir
|
||||||
command_args="--erl \"-detached\" -S /usr/local/bin/mix phx.server"
|
command_args="--erl \"-detached\" -S /usr/local/bin/mix phx.server"
|
||||||
procname="*beam.smp"
|
procname="*beam.smp"
|
||||||
|
|
||||||
|
PATH="${PATH}:/usr/local/sbin:/usr/local/bin"
|
||||||
|
|
||||||
run_rc_command "$1"
|
run_rc_command "$1"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue