diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-01-17 07:25:14 +0900 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2019-01-21 11:42:29 +0100 |
commit | d0d7e10241b916906b909b67e98363b4c449cc79 (patch) | |
tree | 07c5d5decb19efbc7d1cb437f4eb7a97fb206479 /man/udevadm.xml | |
parent | f356aabe980cc8570220250d1e94d6820d2b26a9 (diff) | |
download | systemd-d0d7e10241b916906b909b67e98363b4c449cc79.tar.gz |
man: mention that 'udevadm control --exit' restarts systemd-udevd.service
Closes #1802.
Diffstat (limited to 'man/udevadm.xml')
-rw-r--r-- | man/udevadm.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/man/udevadm.xml b/man/udevadm.xml index 1aed86a164..1a9b784776 100644 --- a/man/udevadm.xml +++ b/man/udevadm.xml @@ -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> |