X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=man%2Fsystemctl.xml;h=1bd4af33867fe33b3f639ffd302b4c8d06b8548e;hb=991f2a3932e831ccac609ba88f6e725b6c01acfe;hp=97bc47ce241b261f93a2410f48491daec61f7ba7;hpb=2244a6fbe6012924e74c7f2197512a55e9238b05;p=elogind.git diff --git a/man/systemctl.xml b/man/systemctl.xml index 97bc47ce2..1bd4af338 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -172,6 +172,14 @@ along with systemd; If not, see . + + + + + When showing sockets, show the type of the socket. + + + @@ -479,6 +487,31 @@ along with systemd; If not, see . This is the default command. + + + list-sockets + + + List socket units ordered by the listening address. Produces output + similar to + +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. + + Note: because the addresses might contains spaces, this output + is not suitable for programatic consumption. + + + See also the options , + , and . + + + start NAME...