mirror of
https://github.com/osmarks/ngircd.git
synced 2024-12-12 01:40:27 +00:00
8ab097afb7
This patch enables ngIRCd to work with listening sockets already initialized and passed-in by systemd(8) and hereby to support on-demand "socket activation". systemd(8) uses two environment variables to pass information about the sockets to ngIRCd, LISTEN_PID and LISTEN_FDS, and this mechanism only kicks in when both variables are set. In all other cases, and therefore in most installations out there, nothing changes at all. Please note: If socket activation is in effect, ngIRCd will not initialize any (other) soeckets on its own! All sockets must be configured in the systemd(8) socket unit configuration file in this case, see ./contrib/ngircd.socket for example. Probably it would be interesting to match passed-in sockets to configured listening sockets and to initialize all the remaining ones not already set up by systemd(8), but this is kept back for an other patch ... See - <http://0pointer.de/blog/projects/socket-activation.html> - <http://0pointer.de/blog/projects/socket-activation2.html> - <http://www.freedesktop.org/software/systemd/man/systemd.socket.html>
44 lines
1.2 KiB
Plaintext
44 lines
1.2 KiB
Plaintext
|
|
ngIRCd - Next Generation IRC Server
|
|
http://ngircd.barton.de/
|
|
|
|
(c)2001-2013 Alexander Barton and Contributors.
|
|
ngIRCd is free software and published under the
|
|
terms of the GNU General Public License.
|
|
|
|
-- Contributions --
|
|
|
|
|
|
Debian/
|
|
- Various files for building Debian GNU/Linux packages (".deb's").
|
|
- ngircd.init; ngircd.default: init script for Debian-based systems.
|
|
- ngircd.pam: example PAM configuraton.
|
|
|
|
MacOSX/
|
|
- Project files for XCode, the "project builder" of Apple Mac OS X.
|
|
- de.barton.ngircd.plist[.tmpl]: launchd(8) property list.
|
|
|
|
ngindent
|
|
- Script to indent the code of ngIRCd in the "standard way".
|
|
|
|
ngircd-bsd.sh
|
|
- Start script for FreeBSD.
|
|
|
|
ngircd-redhat.init
|
|
- Start/stop script for RedHat-based distributions (like CentOS).
|
|
|
|
ngircd.service
|
|
- systemd(8) service unit configuration file.
|
|
|
|
ngircd.socket
|
|
- systemd(8) socket unit configuration file for "socket activation".
|
|
|
|
ngircd.spec
|
|
- RPM "spec" file.
|
|
|
|
platformtest.sh
|
|
- Build ngIRCd and output a "result line" suitable for doc/Platforms.txt.
|
|
|
|
systrace.policy
|
|
- Systrace policy file for OpenBSD (and probably NetBSD).
|