diff options
author | Lennart Poettering <lennart@poettering.net> | 2018-11-13 23:28:09 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2018-11-16 15:22:48 +0100 |
commit | 523ee2d41471bfb738f52d59de9b469301842644 (patch) | |
tree | 4acc848ecf27b4b5884bf2d2e160b30697d92383 /catalog | |
parent | 91bbd9b796ec9a2926660fd0e1c9a1b326a1a98a (diff) | |
download | systemd-523ee2d41471bfb738f52d59de9b469301842644.tar.gz |
core: log a recognizable message when a unit succeeds, too
We already are doing it on failure, let's do it on success, too.
Fixes: #10265
Diffstat (limited to 'catalog')
-rw-r--r-- | catalog/systemd.catalog.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/catalog/systemd.catalog.in b/catalog/systemd.catalog.in index c99da0a634..5c6799ee5d 100644 --- a/catalog/systemd.catalog.in +++ b/catalog/systemd.catalog.in @@ -352,6 +352,13 @@ Support: %SUPPORT_URL% The unit @UNIT@ completed and consumed the indicated resources. +-- 7ad2d189f7e94e70a38c781354912448 +Subject: Unit succeeded +Defined-By: systemd +Support: %SUPPORT_URL% + +The unit @UNIT@ has successfully entered the 'dead' state. + -- d9b373ed55a64feb8242e02dbe79a49c Subject: Unit failed Defined-By: systemd |