diff --git a/man/systemctl.xml b/man/systemctl.xml index 1588ca719d..3d641fa18d 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -692,6 +692,42 @@ that are shown are additionally filtered by and if those options are specified. + Produces output similar to + UNIT LOAD ACTIVE SUB DESCRIPTION + sys-module-fuse.device loaded active plugged /sys/module/fuse + -.mount loaded active mounted Root Mount + boot-efi.mount loaded active mounted /boot/efi + systemd-journald.service loaded active running Journal Service + systemd-logind.service loaded active running Login Service +● user@1000.service loaded active running User Manager for UID 1000 +... + systemd-tmpfiles-clean.timer loaded active waiting Daily Cleanup of Temporary Directories + +LOAD = Reflects whether the unit definition was properly loaded. +ACTIVE = The high-level unit activation state, i.e. generalization of SUB. +SUB = The low-level unit activation state, values depend on unit type. + +123 loaded units listed. Pass --all to see loaded but inactive units, too. +To show all installed unit files use 'systemctl list-unit-files'. + + The header and the last unit of a given type are underlined if the + terminal supports that. A colored dot is shown next to services which + were masked, not found, or otherwise failed. + + The LOAD column shows the load state, one of + loaded, not-found, + stub, error, + merged, masked. The ACTIVE + columns shows the general unit state, one of active, + reloading, inactive, + failed, activating, + deactivating. The SUB column shows the + unit-type-specific detailed state of the unit, possible values vary by + unit type. The list of possible LOAD, ACTIVE, and SUB states is not + constant and new systemd releases may both add and remove values. + systemctl --state=help command maybe be + used to display the current set of possible values. + This is the default command.