Summary: | sys-apps/openrc to manage xinetd services | ||
---|---|---|---|
Product: | Gentoo Hosted Projects | Reporter: | Joakim Tjernlund <joakim.tjernlund> |
Component: | OpenRC | Assignee: | OpenRC Team <openrc> |
Status: | RESOLVED WONTFIX | ||
Severity: | enhancement | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Joakim Tjernlund
2015-09-21 17:31:13 UTC
I think it is better to manually manage xinetd services, especially since the services they control can be run in stand-alone mode with OpenRC scripts. If I were to try to add this, there would be no way for OpenRC to know whether to manage the openrc service or the xinetd service. (In reply to William Hubbs from comment #1) > I think it is better to manually manage xinetd services, especially Naa, manually is not better :) > since the services they control can be run in stand-alone mode with > OpenRC scripts. Not all services I think, but I don't have which ones in my head. > > If I were to try to add this, there would be no way for OpenRC to know > whether to manage the openrc service or the xinetd service. One could possibly have special xinit service handler instead. manually or not, how do you feel about installing services as .service and the enabling them by creating a symlink service->.service ? (In reply to Joakim Tjernlund from comment #2) > (In reply to William Hubbs from comment #1) > > I think it is better to manually manage xinetd services, especially > > Naa, manually is not better :) > > > since the services they control can be run in stand-alone mode with > > OpenRC scripts. > > Not all services I think, but I don't have which ones in my head. > > > > > If I were to try to add this, there would be no way for OpenRC to know > > whether to manage the openrc service or the xinetd service. > > One could possibly have special xinit service handler instead. > > manually or not, how do you feel about installing services as > .service and the enabling them by creating a symlink service->.service ? Ping? (In reply to Joakim Tjernlund from comment #3) as William said, OpenRC is not an inetd, so it doesn't make sense to merge xinetd features into it. i don't even see what you'd gain from it. if you want an eselect module to manage xinetd services, that'd be a different thing. |