diff options
author | Anita Zhang <the.anitazha@gmail.com> | 2019-06-28 17:02:30 -0700 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2019-07-17 11:35:02 +0200 |
commit | 31cd5f63ce86a0784c4ef869c4d323a11ff14adc (patch) | |
tree | 4762477054b47738120d76397e38a1703ad449da /catalog | |
parent | cc2f3f05a77f34f867e2505eae0e67f056d28a15 (diff) | |
download | systemd-31cd5f63ce86a0784c4ef869c4d323a11ff14adc.tar.gz |
core: ExecCondition= for services
Closes #10596
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 4de8bce774..ab55421531 100644 --- a/catalog/systemd.catalog.in +++ b/catalog/systemd.catalog.in @@ -359,6 +359,13 @@ Support: %SUPPORT_URL% The unit @UNIT@ has successfully entered the 'dead' state. +-- 0e4284a0caca4bfc81c0bb6786972673 +Subject: Unit skipped +Defined-By: systemd +Support: %SUPPORT_URL% + +The unit @UNIT@ was skipped and has entered the 'dead' state with result '@UNIT_RESULT@'. + -- d9b373ed55a64feb8242e02dbe79a49c Subject: Unit failed Defined-By: systemd |