From d0d7e10241b916906b909b67e98363b4c449cc79 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Thu, 17 Jan 2019 07:25:14 +0900 Subject: [PATCH] man: mention that 'udevadm control --exit' restarts systemd-udevd.service Closes #1802. --- man/udevadm.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 @@ - 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 +