If shutdown is waiting 90 seconds more, the reason can be cups-browsed.service
. The fix is to disable that service.
sudo systemctl stop cups-browsed.service
sudo systemctl disable cups-browsed.service
If shutdown is waiting 90 seconds more, the reason can be cups-browsed.service
. The fix is to disable that service.
sudo systemctl stop cups-browsed.service
sudo systemctl disable cups-browsed.service