Sfoglia il codice sorgente

Incorrect capitalisation of AppStderrCopyAndTruncate.

Iain Patterson 9 anni fa
parent
commit
cfa1e729fd
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      README.txt

+ 1 - 1
README.txt

@@ -331,7 +331,7 @@ a non-zero value of AppRotateBytesHigh.
 If AppRotateDelay is non-zero, NSSM will pause for the given number of
 milliseconds after rotation.
 
-If AppStdoutCopyAndTruncate or AppStdErrCopyAndTruncate are non-zero, the
+If AppStdoutCopyAndTruncate or AppStderrCopyAndTruncate are non-zero, the
 stdout (or stderr respectively) file will be rotated by first taking a copy
 of the file then truncating the original file to zero size.  This allows
 NSSM to rotate files which are held open by other processes, preventing the