chiark / gitweb /
service: add missing state table entry
authorLennart Poettering <lennart@poettering.net>
Tue, 28 Oct 2014 17:06:58 +0000 (18:06 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 28 Oct 2014 17:06:58 +0000 (18:06 +0100)
src/core/service.c

index 2b16778731c043dd523094d2814b4e48ce8bf9fc..f27e63eb9a1cd8eeb3d14371895431812fed0874 100644 (file)
@@ -2830,6 +2830,7 @@ static const char* const service_state_table[_SERVICE_STATE_MAX] = {
         [SERVICE_EXITED] = "exited",
         [SERVICE_RELOAD] = "reload",
         [SERVICE_STOP] = "stop",
         [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",
         [SERVICE_STOP_SIGTERM] = "stop-sigterm",
         [SERVICE_STOP_SIGKILL] = "stop-sigkill",
         [SERVICE_STOP_POST] = "stop-post",