mirror of
https://github.com/winsw/winsw.git
synced 2025-12-10 18:37:28 +08:00
Add a simple documentation stub for the EXE Config File
This commit is contained in:
@@ -17,7 +17,7 @@ This source of releases is not an **official one**.
|
||||
|
||||
### Usage
|
||||
|
||||
WinSW is being managed by configuration files: [Main XML Configuration file](doc/xmlConfigFile.md) and [EXE .config file](TODO).
|
||||
WinSW is being managed by configuration files: [Main XML Configuration file](doc/xmlConfigFile.md) and [EXE Config file](doc/exeConfigFile.md).
|
||||
|
||||
Your renamed `winsw.exe` binary also accepts the following commands:
|
||||
|
||||
@@ -35,7 +35,7 @@ Your renamed `winsw.exe` binary also accepts the following commands:
|
||||
* [Release notes](CHANGELOG.md)
|
||||
* Configuration:
|
||||
* [Main XML Configuration file](doc/xmlConfigFile.md)
|
||||
* [Configuration File](doc/xmlConfigFile.md)
|
||||
* [EXE Configuration File](doc/exeConfigFile.md)
|
||||
* [Logging and Error Reporting](doc/loggingAndErrorReporting.md)
|
||||
* Use-cases:
|
||||
* [Self-restarting services](doc/selfRestartingService.md)
|
||||
|
||||
10
doc/exeConfigFile.md
Normal file
10
doc/exeConfigFile.md
Normal file
@@ -0,0 +1,10 @@
|
||||
WinSW EXE Configuration File
|
||||
====
|
||||
|
||||
In addition to the [XML Configuration File](xmlConfigFile.md), WinSW uses a standard .NET `winsw.exe.config` file, which allows setting up some custom settings.
|
||||
|
||||
Use-cases:
|
||||
* Declaring compatibility with newer .NET versions (see the [Installation Guide](installation.md))
|
||||
* Managing custom behavior for the offline mode (see the [Installation Guide](installation.md))
|
||||
* Managing Logging levels of log4j
|
||||
* etc.
|
||||
@@ -1,5 +1,5 @@
|
||||
Configuration File Syntax
|
||||
-------------------------
|
||||
WinSW XML Configuration File
|
||||
====
|
||||
|
||||
This page describes the configuration file, which controls the behavior of the Jenkins service.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user