Skip to content

start/stop is not the same as load/unload #47

Open
@kenshin54

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions