Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save syuraj/0c5295fb527bf5144f3ccaaae28c87cb to your computer and use it in GitHub Desktop.
Save syuraj/0c5295fb527bf5144f3ccaaae28c87cb to your computer and use it in GitHub Desktop.
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
Ref: https://unix.stackexchange.com/questions/382272/systemd-ask-password-only-prompt-on-current-console
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment