Skip to content
Snippets Groups Projects
Commit d28332cc authored by Jacob Vosmaer (GitLab)'s avatar Jacob Vosmaer (GitLab)
Browse files

Direct sidekiq boot output to log file

This behavior got lost in the previous commit.
parent 3fa8d5d0
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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()
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment