From be0396695bae9227ad69fcb61066bd84b3974e16 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 9 Feb 2011 11:00:17 +0100 Subject: [PATCH] man: clarify a few things --- man/systemd.service.xml | 6 +++++- man/systemd.socket.xml | 11 +++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) 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). -- 2.39.5