Replies: 1 comment
-
Those services run as root because they need to control ports and services that aren't accessible as non-root. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
Using a mac, brew and valet seems to be a very good way of working, and for me it works very good, but...
Sometimes the command
Fails, and based on discussions with the brew team, it looks like it's due to the way that valet starts the services
so recently I did a complete cleanup, meaning that I removed, php, nignx, dnsmasq, valet etc. and started over
I did then followed the installation: https://laravel.com/docs/12.x/valet. I also installed redis, mailpit and supervisord.
I did do
as I do not want to enter my password all the time whne using valet commands
Now, when I do this:
as it can be seen, dnsmasq, nginx and php is running under root and that happens when issuing this:
In my daily work everythings seems to be working fine, but as mentioned the
brew cleanup
command fails as some things is now running as root2 questions:
Thanks
Beta Was this translation helpful? Give feedback.
All reactions