Use absolute path for executables

Change-Id: I9e110738e3b1e0aa28c273ea178515143bbacb20
Closes-Bug: #1687529
This commit is contained in:
rabi 2017-05-02 08:59:47 +05:30
parent a7ec202e71
commit 7443063417
1 changed files with 2 additions and 2 deletions

View File

@ -240,8 +240,8 @@ function install_zaqarclient {
# start_zaqar() - Start running processes, including screen
function start_zaqar {
cat $ZAQAR_UWSGI_CONF
run_process zaqar-wsgi "uwsgi --ini $ZAQAR_UWSGI_CONF --pidfile2 $ZAQAR_UWSGI_MASTER_PIDFILE"
run_process zaqar-websocket "zaqar-server --config-file $ZAQAR_CONF"
run_process zaqar-wsgi "$ZAQAR_BIN_DIR/uwsgi --ini $ZAQAR_UWSGI_CONF --pidfile2 $ZAQAR_UWSGI_MASTER_PIDFILE"
run_process zaqar-websocket "$ZAQAR_BIN_DIR/zaqar-server --config-file $ZAQAR_CONF"
}
# stop_zaqar() - Stop running processes