diff options
author | Lennart Poettering <lennart@poettering.net> | 2017-09-26 16:42:02 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2017-09-26 23:51:15 +0200 |
commit | 173f30eb6f5cd2ca59ecc45cc756f4a9c38eac1e (patch) | |
tree | 495bcfb36372cfef4abfc10d3658cdf92f19e18c /catalog/systemd.catalog.in | |
parent | run: also show IP traffic accounting data on "systemd-run --wait" (diff) | |
download | systemd-173f30eb6f5cd2ca59ecc45cc756f4a9c38eac1e.tar.xz systemd-173f30eb6f5cd2ca59ecc45cc756f4a9c38eac1e.zip |
catalog: add two recent message ID additions to catalog
Just brief texts for now, so that we have something
(And in the long rung we should beef all this up, and add a test that
every ID listed in sd-messages.h is accompanied by a matching catalog
entry)
Diffstat (limited to 'catalog/systemd.catalog.in')
-rw-r--r-- | catalog/systemd.catalog.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/catalog/systemd.catalog.in b/catalog/systemd.catalog.in index 9cd3e6bac3..27b9ad2466 100644 --- a/catalog/systemd.catalog.in +++ b/catalog/systemd.catalog.in @@ -354,3 +354,18 @@ Documentation: man:systemd-resolved.service(8) A DNSSEC trust anchor has been revoked. A new trust anchor has to be configured, or the operating system needs to be updated, to provide an updated DNSSEC trust anchor. + +-- 5eb03494b6584870a536b337290809b3 +Subject: Automatic restarting of a unit has been scheduled +Defined-By: systemd +Support: %SUPPORT_URL% + +Automatic restarting of the unit @UNIT@ has been scheduled, as the result for +the configured Restart= setting for the unit. + +-- ae8f7b866b0347b9af31fe1c80b127c0 +Subject: Resources consumed by unit runtime +Defined-By: systemd +Support: %SUPPORT_URL% + +The unit @UNIT@ completed and consumed the indicated resources. |