Skip to content

Deferred file operation not being executed #184

@ArloL

Description

@ArloL

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

winsw

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions