xinetd
Internet services daemon
xinetd
, a more secure replacement for inetd
, listens for incoming requests over a network and launches the appropriate service for that request. Requests are made using port numbers as identifiers and xinetd usually launches another daemon to handle the request. It can be used to start services with both privileged and non-privileged port numbers.
- Versions: 2.3.15.4
- Website: https://github.com/openSUSE/xinetd
- Licenses: FSF-free
- Package source: gnu/packages/web.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of xinetd
as follows:
guix install xinetd
Or install a particular version:
guix install xinetd@2.3.15.4
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of xinetd about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/xinetd'><img src='https://packages.guix.gnu.org/packages/xinetd/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/xinetd)
Example Org:
[[https://packages.guix.gnu.org/packages/xinetd][https://packages.guix.gnu.org/packages/xinetd/badges/latest-version.svg]]