博文

目前显示的是 2020的博文

How to check whether Brew services are successfully started.

 'brew services start <service name>' sometimes will claim it 'successfully' started a service even though it didn't. And it won't give you any log. However, we can use the command 'brew services list' to find the coresponding plist file and manually execute the service start command in that file. By doing this, the error can be print out.