diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-06-04 13:10:43 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-06-04 13:12:34 +0200 |
commit | bd1fe7c79de3d81325afecb7ded46c1627f6c1df (patch) | |
tree | 85cf71bda8b14c84037c150aaba2fe5c28202af0 /man | |
parent | edf029b7fd9a5853a87d3ca99aac2922bb8a277e (diff) |
socket: optionally remove sockets/FIFOs in the file system after use
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.socket.xml | 19 |
1 files changed, 19 insertions, 0 deletions
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.</para></listitem> </varlistentry> + <varlistentry> + <term><varname>RemoveOnStop=</varname></term> + <listitem><para>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.</para></listitem> + </varlistentry> + </variablelist> <para>Check |