X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=registry.h;fp=registry.h;h=555206313be78e27282818f8d82096fc8a39ac56;hb=7fdd3f6c44421a7c4872ecea56e550c19489c949;hp=e0055b36d4b2381829eccd436ba4110888201315;hpb=53371f115d94fbbc7e5cb60853b9e4a5d356d4b0;p=nssm.git diff --git a/registry.h b/registry.h index e0055b3..5552063 100644 --- a/registry.h +++ b/registry.h @@ -8,6 +8,7 @@ #define NSSM_REG_ENV _T("AppEnvironment") #define NSSM_REG_ENV_EXTRA _T("AppEnvironmentExtra") #define NSSM_REG_EXIT _T("AppExit") +#define NSSM_REG_RESTART_DELAY _T("AppRestartDelay") #define NSSM_REG_THROTTLE _T("AppThrottle") #define NSSM_REG_STOP_METHOD_SKIP _T("AppStopMethodSkip") #define NSSM_REG_KILL_CONSOLE_GRACE_PERIOD _T("AppStopMethodConsole")