summaryrefslogtreecommitdiff
path: root/man/udevadm.xml
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2019-01-26 01:16:00 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-02-20 06:17:42 +0900
commit6371db935851cde55a21ddcfb47c48de261d008d (patch)
tree73127b3301dabee92db146b44fbd1931fa361c2a /man/udevadm.xml
parent78467aeb9578bee56211a64190b3293616647aee (diff)
downloadsystemd-6371db935851cde55a21ddcfb47c48de261d008d.tar.gz
man: udevadm: mention that no control command can be specified after --exit
Diffstat (limited to 'man/udevadm.xml')
-rw-r--r--man/udevadm.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/man/udevadm.xml b/man/udevadm.xml
index 0107c57576..f25a1dfb48 100644
--- a/man/udevadm.xml
+++ b/man/udevadm.xml
@@ -372,8 +372,10 @@
<term><option>-e</option></term>
<term><option>--exit</option></term>
<listitem>
- <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.
+ <para>Signal and wait for systemd-udevd to exit. No option except for
+ <option>--timeout</option> can be specified after this option.
+ 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>