From: Yu Watanabe Date: Wed, 16 Jan 2019 22:25:14 +0000 (+0900) Subject: man: mention that 'udevadm control --exit' restarts systemd-udevd.service X-Git-Tag: v241-rc1~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0d7e10241b916906b909b67e98363b4c449cc79;p=thirdparty%2Fsystemd.git man: mention that 'udevadm control --exit' restarts systemd-udevd.service Closes #1802. --- diff --git a/man/udevadm.xml b/man/udevadm.xml index 1aed86a164a..1a9b7847767 100644 --- a/man/udevadm.xml +++ b/man/udevadm.xml @@ -371,7 +371,11 @@ - Signal and wait for systemd-udevd to exit. + Signal and wait for systemd-udevd to exit. Note that systemd-udevd.service + contains and so as a result, this option restarts systemd-udevd. + If you want to stop systemd-udevd.service, please use the following: + systemctl stop systemd-udevd-control.socket systemd-udevd-kernel.socket systemd-udevd.service +