diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2016-11-30 03:22:07 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-30 03:22:07 +0300 |
commit | 97506e85e2cf8c726939a872239698d5279a1cfc (patch) | |
tree | ca1b82f105f2aed4210fda0ccdacda83bf6d8a9b /src/shared/bus-unit-util.c | |
parent | e7330dfe14b1965fe8a2e25df248f45d46cfb26d (diff) | |
parent | 6375bd2007412b401e8aa528d70d5866057f6fe5 (diff) |
Merge pull request #4745 from joukewitteveen/notify
Improvements for notify services (including #4212)
Diffstat (limited to 'src/shared/bus-unit-util.c')
-rw-r--r-- | src/shared/bus-unit-util.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/bus-unit-util.c b/src/shared/bus-unit-util.c index 388b391342..3114275c85 100644 --- a/src/shared/bus-unit-util.c +++ b/src/shared/bus-unit-util.c @@ -764,6 +764,7 @@ static const struct { const char *result, *explanation; } explanations [] = { { "resources", "of unavailable resources or another system error" }, + { "protocol", "the service did not take the steps required by its unit configuration" }, { "timeout", "a timeout was exceeded" }, { "exit-code", "the control process exited with error code" }, { "signal", "a fatal signal was delivered to the control process" }, |