diff --git a/docs/xml-config-file.md b/docs/xml-config-file.md index a97b87a..df7ca76 100644 --- a/docs/xml-config-file.md +++ b/docs/xml-config-file.md @@ -133,6 +133,8 @@ When you use the ``, you must use `` instead of ` + + ``` @@ -144,6 +146,12 @@ The pre-stop command is executed when the service is stopping and before the mai The post-stop command is executed when the service is stopping and after the main process is stopped. +`stdoutPath` specifies the path to redirect the standard output to. + +`stderrPath` specifies the path to redirect the standard error output to. + +Specify `NUL` in `stdoutPath` or `stderrPath` to dispose of the corresponding stream. + ### Preshutdown ```xml