前言
MacOS可以使用launchctl
命令管理服务,也可以使用brew services
。
brew services 相比 launchctl,操作更简化,更加类似 Centos 的 systemd 命令。
brew services常用命令
启动、停止服务
例如:启动nginx
brew services start nginx
例如:停止php-fpm
brew services stop php
MacOS可以使用launchctl
命令管理服务,也可以使用brew services
。
brew services 相比 launchctl,操作更简化,更加类似 Centos 的 systemd 命令。
例如:启动nginx
brew services start nginx
例如:停止php-fpm
brew services stop php