[GH-ISSUE #390] provide a config for supervisord in /etc/supervisor.d/webvirtmgr.ini #294

Open
opened 2026-02-27 16:38:45 +03:00 by kerem · 1 comment
Owner

Originally created by @Nowaker on GitHub (Aug 23, 2014).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/390

Editing the /etc/supervisord.conf directly isn't a good idea. A separate file in /etc/supervisor.d should be provided. You could put it to conf/ directory so packagers can copy it to an appropriate location. (BTW, I'm currently preparing a package for Arch Linux)

The only requirement is that users ensure this is set in /etc/supervisord.conf itself. Since Arch Linux has got it by default (which is the least auto-configured distro), I believe any distro has got this out-of-the-box too.

[include]
files = /etc/supervisor.d/*.ini
Originally created by @Nowaker on GitHub (Aug 23, 2014). Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/390 Editing the /etc/supervisord.conf directly isn't a good idea. A separate file in /etc/supervisor.d should be provided. You could put it to `conf/` directory so packagers can copy it to an appropriate location. (BTW, I'm currently preparing a package for Arch Linux) The only requirement is that users ensure this is set in /etc/supervisord.conf itself. Since Arch Linux has got it by default (which is the least auto-configured distro), I believe any distro has got this out-of-the-box too. ``` [include] files = /etc/supervisor.d/*.ini ```
Author
Owner

@michelkaeser commented on GitHub (Aug 30, 2014):

👍 - but CentOS (6.5) doesn't have a directory for additional configs out of the box.

<!-- gh-comment-id:53945150 --> @michelkaeser commented on GitHub (Aug 30, 2014): :+1: - but CentOS (6.5) doesn't have a directory for additional configs out of the box.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtmgr#294
No description provided.