From 2bc733d9b0e9c0b850ed523f5d1695cddb0c23d7 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Sun, 22 Dec 2024 07:07:50 +0900 Subject: units: introduce systemd-udevd-varlink.socket Co-authored-by: David Tardon --- man/rules/meson.build | 3 ++- man/systemd-udevd.service.xml | 2 ++ man/udevadm.xml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) (limited to 'man') diff --git a/man/rules/meson.build b/man/rules/meson.build index d281842396..4fe9ca17b8 100644 --- a/man/rules/meson.build +++ b/man/rules/meson.build @@ -1143,7 +1143,8 @@ manpages = [ '8', ['systemd-udevd', 'systemd-udevd-control.socket', - 'systemd-udevd-kernel.socket'], + 'systemd-udevd-kernel.socket', + 'systemd-udevd-varlink.socket'], ''], ['systemd-update-done.service', '8', ['systemd-update-done'], ''], ['systemd-update-utmp.service', diff --git a/man/systemd-udevd.service.xml b/man/systemd-udevd.service.xml index c781765e1c..ad0be5bdab 100644 --- a/man/systemd-udevd.service.xml +++ b/man/systemd-udevd.service.xml @@ -20,6 +20,7 @@ systemd-udevd.service systemd-udevd-control.socket systemd-udevd-kernel.socket + systemd-udevd-varlink.socket systemd-udevd Device event managing daemon @@ -28,6 +29,7 @@ systemd-udevd.service systemd-udevd-control.socket systemd-udevd-kernel.socket + systemd-udevd-varlink.socket /usr/lib/systemd/systemd-udevd diff --git a/man/udevadm.xml b/man/udevadm.xml index 8923bc70fe..13cf106d87 100644 --- a/man/udevadm.xml +++ b/man/udevadm.xml @@ -677,7 +677,7 @@ 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 + systemctl stop systemd-udevd-control.socket systemd-udevd-kernel.socket systemd-udevd-varlink.socket systemd-udevd.service -- cgit v1.2.3