summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/background_jobs2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/background_jobs b/bin/background_jobs
index f28e2f722dc..c41d9f3022e 100755
--- a/bin/background_jobs
+++ b/bin/background_jobs
@@ -33,7 +33,7 @@ restart()
start_no_deamonize()
{
- start_sidekiq >> $sidekiq_logfile 2>&1
+ start_sidekiq -L $sidekiq_logfile >> $sidekiq_logfile 2>&1
}
start_sidekiq()