brew-查看,启停服务

五迷三道 提交于 2020-01-13 04:50:33

针对mac笔记本

查看所有的services:

kikunkuns-MacBook-Pro:~ junjunji$ brew services list

Name              Status  User     Plist

elasticsearch     started junjunji /Users/junjunji/Library/LaunchAgents/homebrew.mxcl.elasticsearch.plist

httpd             stopped          

mongodb-community stopped          

mysql             started junjunji /Users/junjunji/Library/LaunchAgents/homebrew.mxcl.mysql.plist

unbound           stopped          

 

停止es服务:

kikunkuns-MacBook-Pro:~ junjunji$ brew services stop elasticsearch

Stopping `elasticsearch`... (might take a while)

==> Successfully stopped `elasticsearch` (label: homebrew.mxcl.elasticsearch)

 

停止mysql服务:

kikunkuns-MacBook-Pro:~ junjunji$ brew services stop mysql

Stopping `mysql`... (might take a while)

==> Successfully stopped `mysql` (label: homebrew.mxcl.mysql)

kikunkuns-MacBook-Pro:~ junjunji$ 

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!