phishing-frenzy
phishing-frenzy copied to clipboard
Sidekiq Daemonize
Sidekiq should be daemonized on system start?
e.g. with the following script:
http://cdyer.co.uk/blog/init-script-for-sidekiq-with-rbenv in /etc/init.d/sidekiq
and update-rc.d sidekiq defaults
Do we really want to our rails application to extend beyond the app and start making system modifications?
Perhaps we build out the startup script, place it within the app folder and it can be referenced or used to assist with the startup and daemonization?
Well I was thinking an update to the installation documentation, rather than have it in the application itself :)
As requested I have updated the install guides to include this link and text related to Sidekiq Daemonization. Take a look and let me know if you'd like to add or modify this text however.
- http://phishingfrenzy.com/resources/install_kali_linux
- http://phishingfrenzy.com/resources/install_ubuntu_linux
We could also expand on this further and add an example init script as part of the repo. Let me know!
@Meatballs1 let me know what you think about the additions I made to the install guide. If you'd like to expand on things further just let me know how. If you're satisfied, feel free to close ticket.
I'll try and drag off the script I'm using
Maybe should look to use Foreman to help manage the requirements of redis/sidekiq/maybe postfix/ ?
the link is broken