What is the meaning yellow service “started” status on Homebrew?

前端 未结 6 2091
抹茶落季
抹茶落季 2020-12-29 00:46

When I tried brew services list command, dnsmasq, nginx status started but yellow. php71 and mysql is started and green.

Previously when my Mysql statu

6条回答
  •  鱼传尺愫
    2020-12-29 01:28

    I think its yellow for the apps that are started by the root user. If you type sudo brew services list you get every app that's started by root as green, and the ones that are started by other users as yellow.

提交回复
热议问题