From: Lennart Poettering Date: Tue, 28 Oct 2014 17:06:58 +0000 (+0100) Subject: service: add missing state table entry X-Git-Tag: v217~3 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=1378a3b5a10444e6c9a17084c65032b4e1061c8e service: add missing state table entry --- 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",