mirror of https://github.com/winsw/winsw
Add `customize` and `dev kill` commands
parent
427abde529
commit
ba7bad4805
12
README.md
12
README.md
|
@ -58,15 +58,17 @@ Your renamed *WinSW.exe* binary also accepts the following commands:
|
||||||
| [status](docs/cli-commands.md#status-command) | Checks the status of the service. |
|
| [status](docs/cli-commands.md#status-command) | Checks the status of the service. |
|
||||||
| [test](docs/cli-commands.md#test-command) | Checks if the service can be started and then stopped without installation. |
|
| [test](docs/cli-commands.md#test-command) | Checks if the service can be started and then stopped without installation. |
|
||||||
| [refresh](docs/cli-commands.md#refresh-command) | Refreshes the service properties without reinstallation. |
|
| [refresh](docs/cli-commands.md#refresh-command) | Refreshes the service properties without reinstallation. |
|
||||||
| dev | Experimental commands used by the developers. |
|
| customize | Customizes the wrapper executable. |
|
||||||
|
| dev | Experimental commands. |
|
||||||
|
|
||||||
Experimental commands:
|
Experimental commands:
|
||||||
|
|
||||||
| Command | Description |
|
| Command | Description |
|
||||||
| ------- | ----------- |
|
| ------- | ----------- |
|
||||||
| dev ps | Draws the process tree associated with the service. |
|
| dev ps | Draws the process tree associated with the service. |
|
||||||
|
| dev kill | Terminates the service if it has stopped responding. |
|
||||||
|
|
||||||
Most commands require Administrator privileges to execute. Since 2.8, WinSW will prompt for UAC in non-elevated sessions.
|
Most commands require Administrator privileges to execute. WinSW will prompt for UAC in non-elevated sessions.
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue