mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 07:35:50 +03:00
[GH-ISSUE #390] provide a config for supervisord in /etc/supervisor.d/webvirtmgr.ini #294
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@michelkaeser commented on GitHub (Aug 30, 2014):
👍 - but CentOS (6.5) doesn't have a directory for additional configs out of the box.