X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=README.txt;h=df918bdfab4a95d5be6fb4ec1c02341deb250053;hb=cca8d28295ce27b7c996b47badc6a1e3a6a34e65;hp=aa1fc9fbe86488c78a9064dcc78272b759c1da2c;hpb=54438652fac1f4f8dc6120bbfa8aac766aa656d3;p=nssm.git diff --git a/README.txt b/README.txt index aa1fc9f..df918bd 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 @@ -505,6 +516,13 @@ invocation is valid and will have the expected effect. nssm set ObjectName correct horse battery staple +The following well-known usernames do not need a password. The password +parameter can be omitted when using them: + + "LocalSystem" aka "System" aka "NT Authority\System" + "Local Service" aka "NT Authority\Local Service" + "Network Service" aka "NT Authority\Network Service" + The Start parameter is used to query or set the startup type of the service. Valid service startup types are as follows: @@ -652,6 +670,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 -------