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 8466079
In Process

The Archive Base Latest Questions

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

Im trying to make automatic deployment including supervisord and confused by default settings path.

  • 0

Im trying to make automatic deployment including supervisord and confused by default settings path.

Every deployment scheme I found use /etc/supervisor/supervisor.conf and /etc/supervisor/conf.d/ without any presettings and links, also, after installing supervisor package via apt-get this path is really filled by example configuration.

In this example flow looks like this without any links and creation anything like /etc/supervisor.conf:

sudo('apt-get -y install supervisor')
put('config/supervisor_gunicorn.conf', '/etc/supervisor/conf.d/gunicorn.conf', use_sudo=True)
sudo('supervisorctl reload')

But in supervisorctl this path is not specified as default and it’s assumed that default location somewhere aroud /etc/supervisor.conf so as specified in manual

I’ve try to install supervisor all possible ways but I can’t get result.

I know that this is just small stupid detail, but I will be very grateful for your assistance in keeping my deployment scheme good.

  • 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-10T15:14:15+00:00Added an answer on June 10, 2026 at 3:14 pm

    Normally the default file is indeed /etc/supervisor.conf, but the Debian distribution patches this (link to the gzipped patch as provided by Debian) to look for /etc/supervisor/supervisor.conf first:

    --- supervisor-3.0a8.orig/src/supervisor/options.py
    +++ supervisor-3.0a8/src/supervisor/options.py
    @@ -105,7 +105,7 @@
         def default_configfile(self):
             """Return the name of the found config file or raise. """
             paths = ['supervisord.conf', 'etc/supervisord.conf',
    -                 '/etc/supervisord.conf']
    +                 '/etc/supervisor/supervisord.conf', '/etc/supervisord.conf']
             config = None
             for path in paths:
                 if os.path.exists(path):
    

    So with that patch, supervisor looks for supervisord.conf in the local directory, in the etc/ subdirectory, then in the global /etc/supervisor/ and /etc/ directories.

    The default supervisord.conf file installed by Debian has this at the end:

    [include]
    files = /etc/supervisor/conf.d/*.conf
    

    causing supervisord to load any extra files put in the conf.d directory.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to use PHP Curl to make the registrations of https://www3.gotomeeting.com/register/432624022 automatic.
a noob question here. I am trying to make an automatic search and replace
I trying to make automatic variables available to Excel VBA (like ActiveSheet or ActiveCell)
I'm trying to make use of UNIX attributes in Active Directory while creating users
I am trying to make an Automater workflow that uses AppleScript. The workflow gets
I'm trying to make a case against automated checkins to version control. My group
I am trying to make a simple script to automate and log synchronization via
I'm trying to make a batch file through Notepad to essentially automate a process
I'm trying make a login window where a user is prompted to enter their
I'm trying make an entity with doctrine that has three associations with other entities

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.