-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
Milestone
Description
I am currently trying to use winsw 2.0.1 on my Windows 8.1 Pro 64-bit. So far everything works really great. Thanks a lot. I have a small problem though with the deferred file operations. Sadly they are not executed. The file is deleted but nothing happens. This is my configuration together with a gif demonstrating that myapp.copies is deleted but dst ist not created.
myapp.xml
<configuration>
<id>myapp</id>
<name>MyApp Service (powered by WinSW)</name>
<description>This service is a service cratead from a minimal configuration</description>
<executable>ping</executable>
</configuration>
myapp.copies
src>dst
src
src
myapp.wrapper.log
2017-01-25 11:06:40,884 INFO - Starting ServiceWrapper in the CLI mode
2017-01-25 11:06:41,142 INFO - Starting ServiceWrapper in the service mode
2017-01-25 11:06:41,155 INFO - Completed. Exit code is 0
2017-01-25 11:06:41,167 INFO - Starting ping
2017-01-25 11:06:41,171 INFO - Starting ping
2017-01-25 11:06:41,177 INFO - Started 7060
Please let me know if you need more information.