Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8816659
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T04:40:13+00:00 2026-06-14T04:40:13+00:00

I have a Procfile like this: web: bundle exec unicorn -c config/unicorn.rb -E production

  • 0

I have a Procfile like this:

web: bundle exec unicorn -c config/unicorn.rb -E production
god: god -c services.god

but foreman start god doesn’t start…it’s just say this:

17:14:32 god.1  | started with pid 29506
17:14:32 god.1  | exited with code 0
17:14:32 system | sending SIGTERM to all processes
SIGTERM received

if I run god -c services.god, all services run fine…
Any ideas?
Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T04:40:14+00:00Added an answer on June 14, 2026 at 4:40 am

    You should not be running god with foreman. foreman is used to specify all the background (and web) processes in your application, and god is a process monitoring framework for those processes.

    Typically, you should:

    1. Specify all your processes directly in your Procfile (instead of services.god), and use foreman start to run them in development.
    2. Use god to monitor the processes in production. I use my foreman_god gem to load the Procfile directly with god. Alternatively, you can export a god config file.

    That said, if you really want to run god from foreman: god runs as a daemon by default, and daemons don’t work with foreman (see this wiki page). It should work if you pass the -D (Don’t daemonize) option to god:

    god: god -D -c services.god
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a Procfile like this web: bundle exec puma worker: bundle exec sidekiq
I have a Procfile like so: web: bundle exec rails server -p $PORT em:
I have a simple Procfile that reads: web: bundle exec rails server thin -p
I have a ruby app that depends of several web-services i've built. To start
I have a page, URI looks like this: http://domain.example.com/Profiles/Profile.aspx?username=blah#blahtab When that fragment (#blahtab) is
i would like a simple help... i have a url like this: example.com/profile.php?id= &
Suppose I have the following in my web.config: <profile enabled=true> <providers> ... <add name=Phone
I have big collection of tweets stored in MongoDB. Tweets look like this one:
I'd like to think this is obvious, but before I submit a bug report,
Using CSS Style Sheet In my web page, i have two class like menu

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.