mirror of
https://github.com/winsw/winsw.git
synced 2025-12-10 18:37:28 +08:00
* Mention optional settings * Mention removed settings * Add links to system requirements * markdownlint fixes * Remove trailing spaces * Mention boolean elements * Add preshutdown * Add `dev ps` command * Stop misleading * Why aren't you using Windows 10? * Add `stdoutPath`/`stderrPath` * Relative paths and the default working directory * Send a close message to Windows (GUI) apps * Use valid XML * Add `customize` and `dev kill` commands * Update README.md * Add commands * Fix spacing * Update installation.md * Update README.md
1.0 KiB
1.0 KiB
Migrate to 3.x
Automatic migration
TODO
Manual migration
- Remove
<name>if you don't want it. - Remove
<description>if you don't want it. - Merge
<argument>into<arguments>. - Merge
<startargument>into<startarguments>. - Merge
<stopargument>into<stoparguments>. - Remove
<stopparentprocessfirst>. - Merge
<domain>DomainName</domain>and<user>UserName</user>into<username>DomainName\UserName</username>. If the user account belongs to the built-in domain, you can specify<username>.\UserName</username>.- Consider removing
<username>and<password>from config file and using<prompt>in interactive context, or--usernameand--passwordcommand-line options in non-interactive context.
- Consider removing
- Remove
<waithint>. - Remove
<sleeptime>. - Replace
<delayedAutoStart />with<delayedAutoStart>true</delayedAutoStart>. - Replace
<interactive />with<interactive>true</interactive>. - Replace
<beeponshutdown />with<beeponshutdown>true</beeponshutdown>.