Merge branch 'ent-fix-freebsd-daemon-launcher' into 'develop'

Added PATH configuration.

See merge request artica/pandorafms!4358
This commit is contained in:
Daniel Rodriguez 2021-08-17 09:05:35 +00:00
commit 3cce0dbe4d
2 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,8 @@
. "/etc/rc.subr"
PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin
name="pandora_ha"
rcvar=pandora_server_enable

View File

@ -26,6 +26,8 @@ load_rc_config $name
: ${tentacle_server_config="/usr/local/etc/tentacle/${name}.conf"}
: ${tentacle_server_pidfile="/var/run/${name}.pid"}
PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin
command=/usr/local/bin/${name}
command_interpreter=/usr/local/bin/perl
tentacle_server_user=${tentacle_server_user:-"pandora"}