Open
Description
This is my case. I installed the PostgreSQL from Homebrew and made it as a service. But I don't want the service auto start when OS booting. Then I modified the plist and set KeepAlive
and RunAtLoad
to false. After that, I tried to start the service with lunchy start postgres
, but it's not working. At first, I thought I made some mistakes in configuration. After several rounds test, I figured out launchctl start homebrew.mxcl.postgresql
was working for me. Then I found lunchy use load/unload behind the start/stop command. IMO, maybe we should follow the launchctl's convention, make them corresponding.
Metadata
Assignees
Labels
No labels
Activity