bingooyong / note

1 stars 1 forks source link

使用Homebrew 管理 Mac 后台进程 #30

Open bingooyong opened 4 years ago

bingooyong commented 4 years ago

homebrew-services

brew services 首先安装 brew services 命令

brew tap gapple/services

启动服务

brew services start mysql

查看已启动服务

➜  ~ brew services list
Name       Status  User Plist
chronograf stopped
grafana    stopped
h2         stopped
httpd      stopped
influxdb   stopped
kapacitor  stopped
mysql      stopped
mysql@5.7  stopped
nginx      stopped
postgresql stopped
redis      stopped
telegraf   stopped
tomcat     stopped
tomcat@8   stopped
unbound    stopped