When shutdown is chosen from within KDE, the system hangs.
This commit is contained in:
parent
c1a6b35b9c
commit
1bdb0e5b38
1 changed files with 7 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue