X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.socket.xml;h=d2149409bc68b4e24410e10dd6322df6038bad6c;hb=bd1fe7c79de3d81325afecb7ded46c1627f6c1df;hp=c0d7906d7ed652cc9f1c47b4c430e8ea524ae892;hpb=edf029b7fd9a5853a87d3ca99aac2922bb8a277e;p=elogind.git diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml index c0d7906d7..d2149409b 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