-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WinSW uninstall deletes service directories (#24)
With the WinSW service manager, each service definition has its own directory. In addition to the service definition, WinSW also produces logs that get output to this directory. In our product, we frequently create and delete services with the same names, so we found it problematic for these directories to remain around. The service manager is now updated to delete the service directory upon uninstall.
- Loading branch information
Showing
2 changed files
with
17 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters