diff options
-rw-r--r-- | TODO | 2 | ||||
-rw-r--r-- | man/systemd.socket.xml | 8 |
2 files changed, 8 insertions, 2 deletions
@@ -135,8 +135,6 @@ Features: * systemctl: maybe add "systemctl add-wants" or so... -* man: add a link to socket activation blog from systemd.socket(5) - * man: add more examples to man pages * man: maybe sort directives in man pages, and take sections from --help and apply them to man too diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml index e594422889..6dc847df3f 100644 --- a/man/systemd.socket.xml +++ b/man/systemd.socket.xml @@ -686,6 +686,14 @@ <citerefentry><refentrytitle>systemd.service</refentrytitle><manvolnum>5</manvolnum></citerefentry>, <citerefentry><refentrytitle>systemd.directives</refentrytitle><manvolnum>7</manvolnum></citerefentry> </para> + + <para> + For more extensive descriptions see the "Systemd for Developers" series: + <ulink url="http://0pointer.de/blog/projects/socket-activation.html">Socket Activation</ulink>, + <ulink url="http://0pointer.de/blog/projects/socket-activation2.html">Socket Activation, part II</ulink>, + <ulink url="http://0pointer.de/blog/projects/inetd.html">Converting inetd Services</ulink>, + <ulink url="http://0pointer.de/blog/projects/socket-activated-containers.html">Socket Activated Internet Services and OS Containers</ulink>. + </para> </refsect1> </refentry> |