chiark / gitweb /
main: try to block signals before executing crash shell
[elogind.git] / service.h
index 580cf1ea0bf30a6ab50f67ab1fb13cd7b4c6db8c..f357fc857e4f3e55fe6d82beda3c7ed9d30397b1 100644 (file)
--- a/service.h
+++ b/service.h
@@ -33,6 +33,7 @@ typedef enum ServiceState {
         SERVICE_START,
         SERVICE_START_POST,
         SERVICE_RUNNING,
+        SERVICE_EXITED,            /* Nothing is running anymore, but ValidNoProcess is true, ehnce this is OK */
         SERVICE_RELOAD,
         SERVICE_STOP,              /* No STOP_PRE state, instead just register multiple STOP executables */
         SERVICE_STOP_SIGTERM,