From: Lennart Poettering Date: Wed, 9 Feb 2011 10:00:17 +0000 (+0100) Subject: man: clarify a few things X-Git-Tag: v18~47 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be0396695bae9227ad69fcb61066bd84b3974e16;p=systemd man: clarify a few things --- diff --git a/man/systemd.service.xml b/man/systemd.service.xml index ee4d3937..3bd058f0 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -223,7 +223,11 @@ daemon. Use of this option is recommended for services where Type= is set to - . + . systemd will + read the PID of the main process of + the daemon after start-up of the + service. systemd will not write to the + file configured here. diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml index 1aea2f89..3b7581c5 100644 --- a/man/systemd.socket.xml +++ b/man/systemd.socket.xml @@ -113,6 +113,17 @@ Socket units may be used to implement on-demand starting of services, as well as parallelized starting of services. + + Note that the daemon software configured for + socket activation with socket units needs to be able + to accept sockets from systemd, either via systemd's + native socket passing interface (see + sd_listen_fds3 + for details) or via the traditional + inetd8-style + socket passing (i.e. sockets passed in via STDIN and + STDOUT, using StandardInput=socket + in the service file).