This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
To prevent wall messages from messing up all of your open terminals: | |
sudo systemctl stop systemd-ask-password-wall.service | |
sudo systemctl stop systemd-ask-password-wall.path | |
To make this change persistent over boot: | |
sudo systemctl mask systemd-ask-password-wall.service | |
sudo systemctl mask systemd-ask-password-wall.path |