Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kenshin54 opened this issue Nov 12, 2014 · 0 comments
Open

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

kenshin54 opened this issue Nov 12, 2014 · 0 comments

Comments

@kenshin54
Copy link

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.

@kenshin54 kenshin54 changed the title start/stop doesn't the same as load/unload start/stop is not the same as load/unload Nov 15, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant