在 OS X 里面,系统服务得通过 launchctl
管理,而且还得指定完整的文件名,非常麻烦。
lunchy 可以帮助你,调用方式将会变得更加简单
$ launchctl load ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist
$ launchctl unload ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist
$ lunchy stop postgres
$ lunchy start postgres