Systemd/src/activate
Lennart Poettering eef0a274e6 activate: add a new switch --inetd to enable inetd-style socket activation
Previously, using --accept would enable inetd-style socket activation in addition to per-connection operation. This is
now split into two switches: --accept only switches between per-connection or single-instance operation. --inetd
switches between inetd-style or new-style fd passing.

This breaks the interface of the tool, but given that it is a debugging tool shipped in /usr/lib/systemd/ it's not
really a public interface.

This change allows testing new-style per-connection daemons.
2016-02-10 14:32:27 +01:00
..
activate.c activate: add a new switch --inetd to enable inetd-style socket activation 2016-02-10 14:32:27 +01:00
Makefile build-sys: add Makefile symlink for src/activate/ 2013-11-07 03:09:59 +01:00