diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-12-11 11:32:28 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-12-11 12:41:23 -0500 |
commit | 5a1d6cb19d45a0cd80ff7a116ae801c71e8e942b (patch) | |
tree | 7d0a6c182fb0ff264c5761279ad46672f874b882 /catalog/systemd.catalog.in | |
parent | cb8ac9646f2c5cf3c06b7c7538eaf64334e9a997 (diff) |
pid1,catalog: use a different MESSAGE_ID for user manager startup
This add a new message id for the end of user instance startup.
User manager startup is a different beast then the system startup.
Their descriptions are completely different too. Let's just separate
them.
Partially fixes #3351.
Also remove "successful" from the description, since we don't know if
the startup was successful or not.
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 |