diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-12-21 23:07:50 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2025-01-07 12:31:15 +0100 |
commit | 2bc733d9b0e9c0b850ed523f5d1695cddb0c23d7 (patch) | |
tree | 2670be75a28c7dadea046be678ae4af7266fa2c0 /man | |
parent | udevadm: use varlink connection to send ping (diff) | |
download | systemd-2bc733d9b0e9c0b850ed523f5d1695cddb0c23d7.tar.xz systemd-2bc733d9b0e9c0b850ed523f5d1695cddb0c23d7.zip |
units: introduce systemd-udevd-varlink.socket
Co-authored-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/rules/meson.build | 3 | ||||
-rw-r--r-- | man/systemd-udevd.service.xml | 2 | ||||
-rw-r--r-- | man/udevadm.xml | 2 |
3 files changed, 5 insertions, 2 deletions
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 @@ <refname>systemd-udevd.service</refname> <refname>systemd-udevd-control.socket</refname> <refname>systemd-udevd-kernel.socket</refname> + <refname>systemd-udevd-varlink.socket</refname> <refname>systemd-udevd</refname> <refpurpose>Device event managing daemon</refpurpose> </refnamediv> @@ -28,6 +29,7 @@ <para><filename>systemd-udevd.service</filename></para> <para><filename>systemd-udevd-control.socket</filename></para> <para><filename>systemd-udevd-kernel.socket</filename></para> + <para><filename>systemd-udevd-varlink.socket</filename></para> <cmdsynopsis> <command>/usr/lib/systemd/systemd-udevd</command> 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 <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> + <programlisting>systemctl stop systemd-udevd-control.socket systemd-udevd-kernel.socket systemd-udevd-varlink.socket systemd-udevd.service</programlisting> </para> </listitem> </varlistentry> |