Does updating the binary of a running service like NGINX via homebrew in turn force homebrew to stop or remove the old binary? #3362
-
For example, let’s say that you’ve installed NGINX 1.2.4 via homebrew and you’ve just run |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
For running services homebrew will print a message urging you to restart the service. Restarts are not automated. If the cleanup decides to remove the old binary that is being ran it'll most likely crash. Some services are set to restart after a crash and that might make it functional again, but I wouldn't depend on it. |
Beta Was this translation helpful? Give feedback.
For running services homebrew will print a message urging you to restart the service. Restarts are not automated.
If the cleanup decides to remove the old binary that is being ran it'll most likely crash. Some services are set to restart after a crash and that might make it functional again, but I wouldn't depend on it.