X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=README.txt;h=de01aa4e4ce676c05a526f435792a03cf91bae5b;hb=aece13df3cc7a17d5827cc59fc59c13538b52517;hp=aa1fc9fbe86488c78a9064dcc78272b759c1da2c;hpb=54438652fac1f4f8dc6120bbfa8aac766aa656d3;p=nssm.git diff --git a/README.txt b/README.txt index aa1fc9f..de01aa4 100644 --- a/README.txt +++ b/README.txt @@ -262,6 +262,17 @@ so the actual time to shutdown may be longer than the sum of all configured timeouts if the application spawns multiple subprocesses. +Console window +-------------- +By default, NSSM will create a console window so that applications which +are capable of reading user input can do so - subject to the service being +allowed to interact with the desktop. + +Creation of the console can be suppressed by setting the integer (REG_DWORD) +HKLM\SYSTEM\CurrentControlSet\Services\\Parameters\AppNoConsole +registry value to 1. + + I/O redirection --------------- NSSM can redirect the managed application's I/O to any path capable of being @@ -652,6 +663,7 @@ affinity support. Thanks to Andrew RedzMax for suggesting an unconditional restart delay. Thanks to Bryan Senseman for noticing that applications with redirected stdout and/or stderr which attempt to read from stdin would fail. +Thanks to Czenda Czendov for help with Visual Studio 2013 and Server 2012R2. Licence -------