From bd1fe7c79de3d81325afecb7ded46c1627f6c1df Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 4 Jun 2014 13:10:43 +0200 Subject: socket: optionally remove sockets/FIFOs in the file system after use --- man/systemd.socket.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'man/systemd.socket.xml') diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml index c0d7906d7e..d2149409bc 100644 --- a/man/systemd.socket.xml +++ b/man/systemd.socket.xml @@ -730,6 +730,25 @@ option. + + RemoveOnStop= + Takes a boolean + argument. If enabled any file nodes + created by this socket unit are + removed when it is stopped. This + applies to AF_UNIX sockets in the file + system, POSIX message queues as well + as FIFOs. Normally it should not be + necessary to use this option, and is + not recommended as services might + continue to run after the socket unit + has been terminated and it should + still be possible to communicate with + them via their file system + node. Defaults to + off. + + Check -- cgit v1.2.3-54-g00ecf