summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-10-28 18:06:58 +0100
committerLennart Poettering <lennart@poettering.net>2014-10-28 18:06:58 +0100
commit1378a3b5a10444e6c9a17084c65032b4e1061c8e (patch)
treed55c40ae705564ae804297673505c458e974cbe7
parentdb2cb23b5b179707000d28a11efb3d888d06ee80 (diff)
downloadsystemd-1378a3b5a10444e6c9a17084c65032b4e1061c8e.tar.gz
service: add missing state table entry
-rw-r--r--src/core/service.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/service.c b/src/core/service.c
index 2b16778731..f27e63eb9a 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",