Merge branch 'ent-fix-freebsd-daemon-launcher' into 'develop'
Added PATH configuration. See merge request artica/pandorafms!4358
This commit is contained in:
commit
3cce0dbe4d
|
@ -17,6 +17,8 @@
|
||||||
|
|
||||||
. "/etc/rc.subr"
|
. "/etc/rc.subr"
|
||||||
|
|
||||||
|
PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin
|
||||||
|
|
||||||
name="pandora_ha"
|
name="pandora_ha"
|
||||||
rcvar=pandora_server_enable
|
rcvar=pandora_server_enable
|
||||||
|
|
||||||
|
|
|
@ -26,6 +26,8 @@ load_rc_config $name
|
||||||
: ${tentacle_server_config="/usr/local/etc/tentacle/${name}.conf"}
|
: ${tentacle_server_config="/usr/local/etc/tentacle/${name}.conf"}
|
||||||
: ${tentacle_server_pidfile="/var/run/${name}.pid"}
|
: ${tentacle_server_pidfile="/var/run/${name}.pid"}
|
||||||
|
|
||||||
|
PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin
|
||||||
|
|
||||||
command=/usr/local/bin/${name}
|
command=/usr/local/bin/${name}
|
||||||
command_interpreter=/usr/local/bin/perl
|
command_interpreter=/usr/local/bin/perl
|
||||||
tentacle_server_user=${tentacle_server_user:-"pandora"}
|
tentacle_server_user=${tentacle_server_user:-"pandora"}
|
||||||
|
|
Loading…
Reference in New Issue