-
Sean McGivern authored
Now that `bin/background_jobs` always logs to both standard output and `log/sidekiq.log`, we are spamming sysvinit users because our init script does not suppress the Sidekiq process's standard output. We can just use `>` to redirect here because `bin/background_jobs` already redirects standard error to standard output. Changelog: fixed
6f7e676a