When shutdown is chosen from within KDE, the system hangs.

This commit is contained in:
Andreas B. Mundt 2023-10-11 18:23:08 +02:00
parent c1a6b35b9c
commit 1bdb0e5b38

View file

@ -133,6 +133,13 @@
APT::Periodic::Update-Package-Lists "1";
APT::Periodic::Unattended-Upgrade "1";
## bookworm fixes/hacks:
- name: Work around sddm hang on shutdown
ansible.builtin.lineinfile:
path: /etc/systemd/system.conf
line: DefaultTimeoutStopSec=5s
insertafter: '^#DefaultTimeoutStopSec=.*'
## bullseye fixes:
- name: Add bookworm firmware repository if needed
apt_repository: