From 4b18f4c485d5da0fdb46326ee86089c596a208f4 Mon Sep 17 00:00:00 2001 From: three18ti Date: Sun, 29 Jul 2012 19:49:43 -0600 Subject: [PATCH] updated ./resque.sh instruction to use sudo --- doc/installation.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/installation.md b/doc/installation.md index 126fd1b..d59f424 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -215,8 +215,9 @@ Application can be started with next command: sudo -u gitlab bundle exec rake environment resque:work QUEUE=* RAILS_ENV=production BACKGROUND=yes # Gitlab start script - ./resque.sh - + sudo -u gitlab ./resque.sh + # if you run this as root /home/gitlab/gitlab/tmp/pids/resque_worker.pid will be owned by root + # causing the resque worker not to start via init script on next boot/service restart **Ok - we have a working application now. ** **But keep going - there are some thing that should be done ** -- libgit2 0.21.2