mullvad / windows-service-rs

Windows services in Rust
Apache License 2.0
525 stars 85 forks source link

Add `Service.set_delayed_auto_start` #88

Closed citreae535 closed 1 year ago

citreae535 commented 1 year ago

This function wraps the Win32 API which configures if an auto-start service should be delayed.


This change is Reviewable

pronebird commented 1 year ago

Please rebase this PR on top of master and I'll merge it later today. I have already tested it and it works great! Thanks.