mullvad / windows-service-rs

Windows services in Rust
Apache License 2.0
513 stars 83 forks source link

Cannot stop Windows Service from example #104

Open BrilllianD opened 1 year ago

BrilllianD commented 1 year ago

I make custom Windows Service from example, register by "sc" cmd, run it. Then when trying to stop this, Windows raise error message "failed to stop service ... this service did not return an error".

I have try to find some code in this repo, but cannot find example how to handle it.

P.S. thanks for any help