logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://anongit.hacktivis.me/git/pleroma.git/
commit: f60a1e7d44e94824ef0b2c38f69540b14cb3693e
parent 254b31bf1caee1f3ad1407e477ea7c304c8c8f3b
Author: Mark Felder <feld@feld.me>
Date:   Mon, 31 Mar 2025 20:17:18 -0700

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

Diffstat:

Achangelog.d/freebsd-rc.fix1+
Minstallation/freebsd/rc.d/pleroma2++
2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/changelog.d/freebsd-rc.fix b/changelog.d/freebsd-rc.fix @@ -0,0 +1 @@ +Set PATH in the FreeBSD rc script to avoid failures starting the service diff --git a/installation/freebsd/rc.d/pleroma b/installation/freebsd/rc.d/pleroma @@ -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"