X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fservice.c;h=f27e63eb9a1cd8eeb3d14371895431812fed0874;hb=45071fcaa03eafc27352987fa2277b2792725036;hp=2b16778731c043dd523094d2814b4e48ce8bf9fc;hpb=db2cb23b5b179707000d28a11efb3d888d06ee80;p=elogind.git 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",