chiark / gitweb /
memfd: always create our memfds with CLOEXEC set
[elogind.git] / 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_STOP_SIGABRT] = "stop-sigabrt",
         [SERVICE_STOP_SIGTERM] = "stop-sigterm",
         [SERVICE_STOP_SIGKILL] = "stop-sigkill",
         [SERVICE_STOP_POST] = "stop-post",