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
So I trashed the pi twice today trying to install upstart (following two different sets of instructions, both dated). We're gonna need to find another solution, like an init.d script.
This file was generated by Chef for 'awdlmpapi01'.
Cookbook: fhlbsf_member_portal
Version: 0.2.72
Do not edit.
manages resque-scheduler, which pushes jobs into resque-pool
start on runlevel [2345]
stop on runlevel [!2345]
setuid ubuntu
respawn
env RAILS_ENV=production
env LOGFILE=/usr/local/member/current/log/resque-scheduler.log
env APP_NAME='Member Portal'
kill timeout 60
chdir /usr/local/member/current
script
. /etc/environment
/usr/local/rvm/wrappers/ruby-2.2.5@global/bundle exec rake resque:scheduler
end script
The text was updated successfully, but these errors were encountered: