diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-04-11 18:59:18 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-04-12 19:26:36 -0400 |
commit | 991f2a3932e831ccac609ba88f6e725b6c01acfe (patch) | |
tree | 1ba0c1583bd9bd5137953ff9fd375b4aebecc5dc /man/systemctl.xml | |
parent | 2244a6fbe6012924e74c7f2197512a55e9238b05 (diff) |
systemctl: new verb 'list-sockets'
LISTEN UNIT ACTIVATES
/dev/initctl systemd-initctl.socket systemd-initctl.service
/dev/log systemd-journald.socket systemd-journald.service
...
[::]:19531 systemd-journal-gatewayd.socket systemd-journal-gatewayd.service
kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service
17 sockets listed.
Pass --all to see loaded but inactive sockets, too.
Diffstat (limited to 'man/systemctl.xml')
-rw-r--r-- | man/systemctl.xml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml index 97bc47ce24..1bd4af3386 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -173,6 +173,14 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. </varlistentry> <varlistentry> + <term><option>--show-types</option></term> + + <listitem> + <para>When showing sockets, show the type of the socket.</para> + </listitem> + </varlistentry> + + <varlistentry> <term><option>--irreversible</option></term> <listitem> @@ -479,6 +487,31 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. <para>This is the default command.</para> </listitem> </varlistentry> + + <varlistentry> + <term><command>list-sockets</command></term> + + <listitem> + <para>List socket units ordered by the listening address. Produces output + similar to + <programlisting> +LISTEN UNIT ACTIVATES +/dev/initctl systemd-initctl.socket systemd-initctl.service +... +[::]:22 sshd.socket sshd.service +kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service + +5 sockets listed. + </programlisting> + Note: because the addresses might contains spaces, this output + is not suitable for programatic consumption. + </para> + + <para>See also the options <option>--show-types</option>, + <option>--all</option>, and <option>--failed</option>.</para> + </listitem> + </varlistentry> + <varlistentry> <term><command>start <replaceable>NAME</replaceable>...</command></term> |