From 1378a3b5a10444e6c9a17084c65032b4e1061c8e Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 28 Oct 2014 18:06:58 +0100 Subject: [PATCH] service: add missing state table entry --- src/core/service.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/service.c b/src/core/service.c index 2b1677873..f27e63eb9 100644 --- a/src/core/service.c +++ b/src/core/service.c @@ -2830,6 +2830,7 @@ static const char* const service_state_table[_SERVICE_STATE_MAX] = { [SERVICE_EXITED] = "exited", [SERVICE_RELOAD] = "reload", [SERVICE_STOP] = "stop", + [SERVICE_STOP_SIGABRT] = "stop-sigabrt", [SERVICE_STOP_SIGTERM] = "stop-sigterm", [SERVICE_STOP_SIGKILL] = "stop-sigkill", [SERVICE_STOP_POST] = "stop-post", -- 2.30.2