diff --git a/doc/que/que-init-example b/doc/que/que-init-example index d36fbf101..9e561d3a8 100644 --- a/doc/que/que-init-example +++ b/doc/que/que-init-example @@ -38,7 +38,7 @@ start) ;; stop) echo "$1 que monitor and server" - cd $APP_ROOT && RAILS_ENV=$RAILS_ENV $RUBY_BUNDLE_PATH lib/daemons/que_ctl stop + cd $APP_ROOT && RAILS_ENV=$RAILS_ENV $RUBY_BUNDLE_PATH exec lib/daemons/que_ctl stop ;; restart) echo "$1 que monitor and server"