You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.
Cron is probably not the right tool to use for this. I'd recommend a process management system, which may very depending on what OS you're using. Some good choices are Upstart (for Ubuntu, though technically cross-platform), Launchd (for OS X), Monit, Supervisord, or Runit (all cross-platform).
I'm trying to set Lita to launch on boot (server) in crontab but it is not working. What am I doing wrong?
@reboot cd /lita ; /usr/bin/screen -dmS lita /usr/local/rvm/gems/ruby-2.1.0/bin/lita
i assume cron does not have the right ENV but I used absolute paths
The text was updated successfully, but these errors were encountered: