X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemctl.xml;h=181de4fcd926359e71f6ffe632add231c3f64cc9;hb=b8bde11658366290521e3d03316378b482600323;hp=28a7cca0ede14c542d77413c547ca4ba290e0190;hpb=dca348bcbb462305864526c587495a14a76bfcde;p=elogind.git diff --git a/man/systemctl.xml b/man/systemctl.xml index 28a7cca0e..181de4fcd 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -385,17 +385,17 @@ along with systemd; If not, see . control processes. Note that there is only one control process per unit at a time, as only one state change is executed at a time. For services of type - Type=forking the initial process started + Type=forking, the initial process started by the manager for ExecStart= is a control process, while the process ultimately forked off by that one is then considered the main process of the unit (if it can be determined). This is different for service units of other types, where the process forked off by the manager for ExecStart= is always the main process - itself. A service unit consists of no or one main process, - no or one control process plus any number of additional + itself. A service unit consists of zero or one main process, + zero or one control process plus any number of additional processes. Not all unit types manage processes of these - types however. For example for mount units control processes + types however. For example, for mount units, control processes are defined (which are the invocations of /usr/bin/mount and /usr/bin/umount), but no main process @@ -724,7 +724,7 @@ kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service Show terse runtime status information about one or more units, followed by most recent log data from the journal. If no units are specified, show system status. If - combined with also show the status of + combined with , also show the status of all units (subject to limitations specified with ). If a PID is passed, show information about the unit the process belongs to.