Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upstart script for tunnel and mopidy #7

Closed
bucchere opened this issue Jan 24, 2017 · 1 comment
Closed

Upstart script for tunnel and mopidy #7

bucchere opened this issue Jan 24, 2017 · 1 comment

Comments

@bucchere
Copy link

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

@bucchere
Copy link
Author

bucchere commented Feb 4, 2017

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.

@bucchere bucchere closed this as completed Mar 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant