Add worker in your Procfile:
worker: bundle exec shoryuken ...Then:
heroku ps:scale worker=1
Shoryuken does not require a web process, so you can disable web, in case you don't need it.
heroku ps:scale web=0Use capistrano-shoryuken.
See OpsWorks Recipe.
See systemd integration.