Replies: 1 comment
-
So I deleted the |
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
-
I've already disabled the
php-fpm
daemon in OS X settings. PHP Monitor not starting with boot.But there are those processes, which restarts the moment I kill them!
$ sudo lsof -i -P -n | grep 9000 php-fpm 24928 root 7u IPv4 0xcf08b8e4d4979b55 0t0 TCP 127.0.0.1:9000 (LISTEN) php-fpm 24934 _www 8u IPv4 0xcf08b8e4d4979b55 0t0 TCP 127.0.0.1:9000 (LISTEN) php-fpm 24935 _www 8u IPv4 0xcf08b8e4d4979b55 0t0 TCP 127.0.0.1:9000 (LISTEN)
How can I get rid of them? I need that 9000 port...
They are launched from
/opt/homebrew/opt/php@7.4/sbin/php-fpm --nodaemonize
.My brew services:
Beta Was this translation helpful? Give feedback.
All reactions