We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After export to upstart and running this command
start testapp
I am getting this error
start: Job failed to start
I am using Ubuntu 10.4 LTS and logged in with root if it does matter.
The text was updated successfully, but these errors were encountered:
Did you specify the user?
foreman export upstart /etc/init -a myapp -u user
Sorry, something went wrong.
Look in your logs, you will likely find that the app is dying.
Logs are by default in /var/log/appname
No branches or pull requests
After export to upstart and running this command
I am getting this error
I am using Ubuntu 10.4 LTS and logged in with root if it does matter.
The text was updated successfully, but these errors were encountered: