Added PATH configuration.
This commit is contained in:
parent
e75db62389
commit
54830f5eea
|
@ -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