From: Lennart Poettering Date: Fri, 6 Feb 2026 16:07:14 +0000 (+0100) Subject: man: document new varlinkctl feature X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2f23b6deb7a50c4258d94dedf3047bf3992b196;p=thirdparty%2Fsystemd.git man: document new varlinkctl feature --- diff --git a/man/varlinkctl.xml b/man/varlinkctl.xml index f8185f71cac..b96e35372fa 100644 --- a/man/varlinkctl.xml +++ b/man/varlinkctl.xml @@ -181,6 +181,16 @@ + + list-registry + + Shows a list of Varlink services currently registered in the service registry, plus + their entrypoint sockets. (Currently, this simply enumerates the sockets and symlinked sockets in + /run/varlink/registry/, see below.) + + + + validate-idl [FILE] @@ -354,6 +364,18 @@ + + + + + + Determines whether to query to the per-system or per-user registry when using the + list-registry command. By default, the per-system registry is queried. + + + + + @@ -361,6 +383,31 @@ + + Files & Directories + + + + /run/varlink/registry/ + + + Directory containing AF_UNIX entrypoint socket inodes (or symlinks to + them) of well-known, public Varlink interfaces on the local system. They are named after the + Varlink interface they implement. + + Use varlinkctl list-registry to show the contents of this + directory. + + (Inodes that neither qualify as socket inodes nor as symlinks to them shall be ignored. A + future extension might introduce regular files and directories to enhance the registry + functionality.) + + + + + + + Examples diff --git a/tools/command_ignorelist b/tools/command_ignorelist index 41e8d01a651..5859e5def94 100644 --- a/tools/command_ignorelist +++ b/tools/command_ignorelist @@ -572,3 +572,4 @@ loader.conf.xml ./refsect1[title="Options"]/variablelist/varlistentry[term="rebo loader.conf.xml ./refsect1[title="Options"]/variablelist/varlistentry[term="reboot-on-error"]/listitem/para/variablelist/varlistentry[term="auto"] loader.conf.xml ./refsect1[title="Options"]/variablelist/varlistentry[term="secure-boot-enroll-action"]/listitem/variablelist/varlistentry[term="reboot"] loader.conf.xml ./refsect1[title="Options"]/variablelist/varlistentry[term="secure-boot-enroll-action"]/listitem/variablelist/varlistentry[term="shutdown"] +varlinkctl.xml ./refsect1[title="Options"]/variablelist/varlistentry[term="--system"]