plashchynski / crono

A time-based background job scheduler daemon (just like Cron) for Rails
https://github.com/plashchynski/crono
Apache License 2.0
687 stars 56 forks source link

Does not load as daemon #48

Closed LeoDaoTao closed 8 years ago

LeoDaoTao commented 8 years ago

I've added the daemons gem to my gemfile. crono does not load as a deamon when issuing command bundle exec crono start on Ubuntu 14.04. How do I troubleshoot it?

LeoDaoTao commented 8 years ago

OK this was my mistake. Have to have the deamons gem before crono in my my gem file. All works now.