Unlink core system binaries from Brew #269
Labels
brew
homebrew related issues
bug
Something isn't working
enhancement
New feature or request
help wanted
Extra attention is needed
It's relatively easy to accidentally pull in a separate systemd or dbus using brew when installing an application. I have done this before with
brew install age-plugin-yubikey
. In such cases, the firstsystemctl
available in users'$PATH
is from brew, which can cause some issues due to the mismatch in Brew's systemd vs the system's systemd.Because of this, it would make sense to add a
brew unlink systemd
andbrew unlink dbus
to one of the startup services.The text was updated successfully, but these errors were encountered: