diff options
author | Lennart Poettering <lennart@poettering.net> | 2019-06-24 14:22:43 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2019-06-24 14:22:43 +0200 |
commit | b30772a403399e7b36ff30a4f8ebbd4eb7cb190d (patch) | |
tree | ebc5d06870824df2776bef7a43f58b07ee149318 /man/systemd.service.xml | |
parent | e0e65f7d097841630faac1f6813ec9bcf2083faa (diff) | |
download | systemd-b30772a403399e7b36ff30a4f8ebbd4eb7cb190d.tar.gz |
man: correct that Sockets= may not be undone
Fixes: #12415
Diffstat (limited to 'man/systemd.service.xml')
-rw-r--r-- | man/systemd.service.xml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/man/systemd.service.xml b/man/systemd.service.xml index c2b3e21076..22329f6c2f 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -945,11 +945,9 @@ inverse of the <varname>Sockets=</varname> setting of the <filename>.service</filename> it refers to.</para> - <para>This option may appear more than once, in which case the - list of socket units is merged. If the empty string is - assigned to this option, the list of sockets is reset, and all - prior uses of this setting will have no - effect.</para></listitem> + <para>This option may appear more than once, in which case the list of socket units is merged. Note + that once set, clearing the list of sockets again (for example, by assigning the empty string to this + option) is not supported.</para></listitem> </varlistentry> <varlistentry> |