mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 18:56:05 +02:00
Updated doc que init script #2724
This commit is contained in:
parent
1311d50ae7
commit
3c9463edf3
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ cd $APP_ROOT || exit 1
|
||||||
|
|
||||||
case ${1-help} in
|
case ${1-help} in
|
||||||
status)
|
status)
|
||||||
cd $APP_ROOT && RAILS_ENV=$RAILS_ENV lib/daemons/que_ctl status
|
cd $APP_ROOT && RAILS_ENV=$RAILS_ENV $RUBY_BUNDLE_PATH exec lib/daemons/que_ctl status
|
||||||
;;
|
;;
|
||||||
start)
|
start)
|
||||||
echo "$1 que monitor and server"
|
echo "$1 que monitor and server"
|
||||||
|
@ -38,7 +38,7 @@ start)
|
||||||
;;
|
;;
|
||||||
stop)
|
stop)
|
||||||
echo "$1 que monitor and server"
|
echo "$1 que monitor and server"
|
||||||
cd $APP_ROOT && RAILS_ENV=$RAILS_ENV lib/daemons/que_ctl stop
|
cd $APP_ROOT && RAILS_ENV=$RAILS_ENV $RUBY_BUNDLE_PATH lib/daemons/que_ctl stop
|
||||||
;;
|
;;
|
||||||
restart)
|
restart)
|
||||||
echo "$1 que monitor and server"
|
echo "$1 que monitor and server"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue