man: mention that 'udevadm control --exit' restarts systemd-udevd.service

Closes #1802.
This commit is contained in:
Yu Watanabe 2019-01-17 07:25:14 +09:00 committed by Lennart Poettering
parent f356aabe98
commit d0d7e10241
1 changed files with 5 additions and 1 deletions

View File

@ -371,7 +371,11 @@
<term><option>-e</option></term>
<term><option>--exit</option></term>
<listitem>
<para>Signal and wait for systemd-udevd to exit.</para>
<para>Signal and wait for systemd-udevd to exit. Note that <filename>systemd-udevd.service</filename>
contains <option>Restart=always</option> and so as a result, this option restarts systemd-udevd.
If you want to stop <filename>systemd-udevd.service</filename>, please use the following:
<programlisting>systemctl stop systemd-udevd-control.socket systemd-udevd-kernel.socket systemd-udevd.service</programlisting>
</para>
</listitem>
</varlistentry>
<varlistentry>