]> git.ipfire.org Git - thirdparty/systemd.git/commit
activate: add a new switch --inetd to enable inetd-style socket activation
authorLennart Poettering <lennart@poettering.net>
Mon, 8 Feb 2016 20:13:09 +0000 (21:13 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 10 Feb 2016 13:32:27 +0000 (14:32 +0100)
commiteef0a274e6187d1efb8fffaf66db94b8738662a0
tree6c5ed23ecd12ee1867aeee0879ca2c4f99ea04c5
parent08719b64e4de1a1197074fd2e2d18b7259f27232
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.
man/systemd-activate.xml
src/activate/activate.c