mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-09 04:36:11 +10:00
Direct sidekiq boot output to log file
This behavior got lost in the previous commit.
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ restart()
|
||||
stop
|
||||
fi
|
||||
killall
|
||||
start_sidekiq -d -L $sidekiq_logfile
|
||||
start_sidekiq -d -L $sidekiq_logfile >> $sidekiq_logfile 2>&1
|
||||
}
|
||||
|
||||
start_no_deamonize()
|
||||
|
||||
Reference in New Issue
Block a user