diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-12-12 00:02:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-12 00:02:01 +0100 |
commit | 161f1ee134ed405c2d87a0dcae4ae0d0882779b4 (patch) | |
tree | e96d4061a312c23486b6f4bbf9523bdaf32b9eec /catalog/systemd.catalog.in | |
parent | 15ffcc3456e054c0f9fd293afe449fed292b5d38 (diff) | |
parent | b457b33ddc4f25b51880b5c2d575cc61fa14faf3 (diff) |
Merge pull request #4867 from keszybz/catalog-messages
Catalog message improvements
Diffstat (limited to 'catalog/systemd.catalog.in')
-rw-r--r-- | catalog/systemd.catalog.in | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/catalog/systemd.catalog.in b/catalog/systemd.catalog.in index 2c72d31290..cb0ac0ca88 100644 --- a/catalog/systemd.catalog.in +++ b/catalog/systemd.catalog.in @@ -172,8 +172,8 @@ Defined-By: systemd Support: %SUPPORT_URL% All system services necessary queued for starting at boot have been -successfully started. Note that this does not mean that the machine is -now idle as services might still be busy with completing start-up. +started. Note that this does not mean that the machine is now idle as services +might still be busy with completing start-up. Kernel start-up required @KERNEL_USEC@ microseconds. @@ -181,6 +181,17 @@ Initial RAM disk start-up required @INITRD_USEC@ microseconds. Userspace start-up required @USERSPACE_USEC@ microseconds. +-- eed00a68ffd84e31882105fd973abdd1 +Subject: User manager start-up is now complete +Defined-By: systemd +Support: %SUPPORT_URL% + +The user manager instance for user @_UID@ has been started. All services queued +for starting have been started. Note that other services might still be starting +up or be started at any later time. + +Startup of the manager took @USERSPACE_USEC@ microseconds. + -- 6bbd95ee977941e497c48be27c254128 Subject: System sleep state @SLEEP@ entered Defined-By: systemd |