X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=registry.h;h=bd8ee4146d366100cb9662403761c52a92f05835;hb=f7f20a0b3ecbb0e1a2eb59f95b50f0625b37c671;hp=7bf49b0bb1014082c2cdc1085344dca48f86b78c;hpb=0dfa0fdb3a851b1ff69a0f0b308a3e1371286a57;p=nssm.git diff --git a/registry.h b/registry.h index 7bf49b0..bd8ee41 100644 --- a/registry.h +++ b/registry.h @@ -16,17 +16,20 @@ #define NSSM_REG_KILL_CONSOLE_GRACE_PERIOD _T("AppStopMethodConsole") #define NSSM_REG_KILL_WINDOW_GRACE_PERIOD _T("AppStopMethodWindow") #define NSSM_REG_KILL_THREADS_GRACE_PERIOD _T("AppStopMethodThreads") +#define NSSM_REG_KILL_PROCESS_TREE _T("AppKillProcessTree") #define NSSM_REG_STDIN _T("AppStdin") #define NSSM_REG_STDOUT _T("AppStdout") #define NSSM_REG_STDERR _T("AppStderr") #define NSSM_REG_STDIO_SHARING _T("ShareMode") #define NSSM_REG_STDIO_DISPOSITION _T("CreationDisposition") #define NSSM_REG_STDIO_FLAGS _T("FlagsAndAttributes") +#define NSSM_REG_STDIO_COPY_AND_TRUNCATE _T("CopyAndTruncate") #define NSSM_REG_ROTATE _T("AppRotateFiles") #define NSSM_REG_ROTATE_ONLINE _T("AppRotateOnline") #define NSSM_REG_ROTATE_SECONDS _T("AppRotateSeconds") #define NSSM_REG_ROTATE_BYTES_LOW _T("AppRotateBytes") #define NSSM_REG_ROTATE_BYTES_HIGH _T("AppRotateBytesHigh") +#define NSSM_REG_ROTATE_DELAY _T("AppRotateDelay") #define NSSM_REG_PRIORITY _T("AppPriority") #define NSSM_REG_AFFINITY _T("AppAffinity") #define NSSM_REG_NO_CONSOLE _T("AppNoConsole")