mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
remove binary too
This commit is contained in:
parent
62c2f04c93
commit
e230a07ca2
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ Sidekiq.configure_server do |config|
|
|||
# config.log_formatter = Sidekiq::Logger::Format::JSON.new
|
||||
end
|
||||
```
|
||||
- **Remove the daemonization, logfile and pidfile command line arguments**.
|
||||
- **Remove the daemonization, logfile and pidfile command line arguments and `sidekiqctl` binary**.
|
||||
I've [noted for years](https://www.mikeperham.com/2014/09/22/dont-daemonize-your-daemons/)
|
||||
how modern services should be managed with a proper init system.
|
||||
Managing services manually is more error-prone, let your operating system do it for you.
|
||||
|
|
Loading…
Reference in a new issue