Closed LeoDaoTao closed 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?
bundle exec crono start
OK this was my mistake. Have to have the deamons gem before crono in my my gem file. All works now.
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?