X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=service.h;h=f357fc857e4f3e55fe6d82beda3c7ed9d30397b1;hb=10a94420172b33a7472a16b2e829689dbc570cad;hp=580cf1ea0bf30a6ab50f67ab1fb13cd7b4c6db8c;hpb=e537352b9bfffe6f6286483bff2c7601c78407e3;p=elogind.git diff --git a/service.h b/service.h index 580cf1ea0..f357fc857 100644 --- 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,