View | Details | Raw Unified | Return to bug 251494 | Differences between
and this patch

Collapse All | Expand All

(-)textproc/kibana7/files/kibana.in (-1 / +1 lines)
Lines 31-37 Link Here
31
start_precmd="kibana_precmd"
31
start_precmd="kibana_precmd"
32
procname="%%LOCALBASE%%/bin/node"
32
procname="%%LOCALBASE%%/bin/node"
33
command="/usr/sbin/daemon"
33
command="/usr/sbin/daemon"
34
command_args="-f -p ${pidfile} ${procname} --no-warnings %%WWWDIR%%/src/cli serve --config ${kibana_config} --log-file ${kibana_log}"
34
command_args="-f -p ${pidfile} ${procname} --no-warnings %%WWWDIR%%/src/cli/dist serve --config ${kibana_config} --log-file ${kibana_log}"
35
35
36
kibana_precmd()
36
kibana_precmd()
37
{
37
{

Return to bug 251494