diff options
author | Lennart Poettering <lennart@poettering.net> | 2018-11-13 22:10:38 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2018-11-16 15:22:48 +0100 |
commit | 91bbd9b796ec9a2926660fd0e1c9a1b326a1a98a (patch) | |
tree | 7cf355a15279e8157cdc5ffcf5094a7fa429d8d3 /catalog | |
parent | core: make log messages about units entering a 'failed' state recognizable (diff) | |
download | systemd-91bbd9b796ec9a2926660fd0e1c9a1b326a1a98a.tar.xz systemd-91bbd9b796ec9a2926660fd0e1c9a1b326a1a98a.zip |
core: make log messages about unit processes exiting recognizable
Diffstat (limited to 'catalog')
-rw-r--r-- | catalog/systemd.catalog.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/catalog/systemd.catalog.in b/catalog/systemd.catalog.in index 1e64209e9c..c99da0a634 100644 --- a/catalog/systemd.catalog.in +++ b/catalog/systemd.catalog.in @@ -359,6 +359,15 @@ Support: %SUPPORT_URL% The unit @UNIT@ has entered the 'failed' state with result '@UNIT_RESULT@'. +-- 98e322203f7a4ed290d09fe03c09fe15 +Subject: Unit process exited +Defined-By: systemd +Support: %SUPPORT_URL% + +An @COMMAND@= process belonging to unit @UNIT@ has exited. + +The process' exit code is '@EXIT_CODE@' and its exit status is @EXIT_STATUS@. + -- 50876a9db00f4c40bde1a2ad381c3a1b Subject: The system is configured in a way that might cause problems Defined-By: systemd |