I type a command in CentOS:
sudo journalctl -xe --unit ss
After that, i press Tab and see in the console:
sudo journalctl -xe --unit sshd.service
I type a command in Debian:
sudo journalctl -xe --unit ss
After that, i press Tab and ... and nothing happens:
sudo journalctl -xe --unit ss
Why doesn't work autocomplete journalctl in Debian?