Use absolute path for executables
Change-Id: I9e110738e3b1e0aa28c273ea178515143bbacb20 Closes-Bug: #1687529
This commit is contained in:
parent
a7ec202e71
commit
7443063417
@ -240,8 +240,8 @@ function install_zaqarclient {
|
|||||||
# start_zaqar() - Start running processes, including screen
|
# start_zaqar() - Start running processes, including screen
|
||||||
function start_zaqar {
|
function start_zaqar {
|
||||||
cat $ZAQAR_UWSGI_CONF
|
cat $ZAQAR_UWSGI_CONF
|
||||||
run_process zaqar-wsgi "uwsgi --ini $ZAQAR_UWSGI_CONF --pidfile2 $ZAQAR_UWSGI_MASTER_PIDFILE"
|
run_process zaqar-wsgi "$ZAQAR_BIN_DIR/uwsgi --ini $ZAQAR_UWSGI_CONF --pidfile2 $ZAQAR_UWSGI_MASTER_PIDFILE"
|
||||||
run_process zaqar-websocket "zaqar-server --config-file $ZAQAR_CONF"
|
run_process zaqar-websocket "$ZAQAR_BIN_DIR/zaqar-server --config-file $ZAQAR_CONF"
|
||||||
}
|
}
|
||||||
|
|
||||||
# stop_zaqar() - Stop running processes
|
# stop_zaqar() - Stop running processes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user