1
0
Fork 0
mirror of https://git.pleroma.social/pleroma/pleroma.git synced 2025-04-22 19:04:27 +00:00

Set PATH in the FreeBSD rc script to avoid failures starting the service

This commit is contained in:
Mark Felder 2025-03-31 20:17:18 -07:00
parent 254b31bf1c
commit f60a1e7d44
2 changed files with 3 additions and 0 deletions
changelog.d
installation/freebsd/rc.d

View file

@ -0,0 +1 @@
Set PATH in the FreeBSD rc script to avoid failures starting the service

View file

@ -24,4 +24,6 @@ command=/usr/local/bin/elixir
command_args="--erl \"-detached\" -S /usr/local/bin/mix phx.server"
procname="*beam.smp"
PATH="${PATH}:/usr/local/sbin:/usr/local/bin"
run_rc_command "$1"