windows-service-rs
windows-service-rs copied to clipboard
Windows services in Rust
Results
12
windows-service-rs issues
Sort by
recently updated
recently updated
newest added
I complete my code following your ping service code example but when I want to start service return windows error:1053 The service is not responding to the control function. how...
I have recently needed to receive device events as a windows service, and found out that I couldn't with the current version of windows-service. This PR is here to make...