chipsenkbeil / service-manager-rs

Provides adapters to communicate with various operating system service managers like launchd and systemd
Apache License 2.0
179 stars 15 forks source link

Introduce `autostart` field on `ServiceInstallCtx` #25

Closed jacderida closed 1 month ago

jacderida commented 1 month ago

Hey Chip,

Here is another PR with a few changes we have found necessary for using the crate in our project. We have a release we need to get out by this Monday, so if it would be possible, a quick merge and publish on this would be greatly appreciated!

chipsenkbeil commented 1 month ago

For rc.d, the test is disabled because I had issues with the test runner. Will need to test that manually. Happy to merge for now.

Do you have a crates.io account? I'll add you as a co-owner to the crate so you have the ability to publish. I also sent you an invite to be a collaborator for this repository. At this point, I think you're using it more than I am. :smile:

jacderida commented 1 month ago

Awesome, thank you! I accepted the invitation. My crates.io account is tied to my Github account, so it should be same username, jacderida.

chipsenkbeil commented 1 month ago

jacderida

You should have gotten an invite for crates.io

jacderida commented 1 month ago

Amazing, thanks! I will do a release and publish soon.