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

fix: remove calls to launchctl `start` and `stop` #21

Closed radiohertz closed 3 months ago

radiohertz commented 3 months ago

calls to launchctl start and launchctl stop are redundant and they don't work in my experience.

load and unload does the actual work.

please release a new version on crates.io once this is merged.

cc @chipsenkbeil

radiohertz commented 3 months ago

ping @chipsenkbeil