Skip to content
#

heroku-cli

Here are 81 public repositories matching this topic...

n4cr
n4cr commented Jul 29, 2019

After running procsd create the services were not starting and I was receiving:

/bin/bash: -c: option requires an argument

It turns out that an argument is missing after the service file is generated. An exec should be added:

ExecStart=/bin/bash -lc 'exec $BINDIR/gunicorn app.wsgi --log-file=- -b 127.0.0.1:$PORT --log-level DEBUG'

It also the same in Foreman. procsd does no

Improve this page

Add a description, image, and links to the heroku-cli topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the heroku-cli topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.