Fix User Manager hanging on shutdown

This commit is contained in:
David Heinemeier Hansson
2026-02-21 15:13:32 +01:00
parent 09c421021d
commit d52ae29e66
3 changed files with 6 additions and 0 deletions
@@ -0,0 +1,2 @@
[Service]
TimeoutStopSec=5s
+2
View File
@@ -1,3 +1,5 @@
sudo mkdir -p /etc/systemd/system.conf.d
sudo cp "$OMARCHY_PATH/default/systemd/faster-shutdown.conf" /etc/systemd/system.conf.d/10-faster-shutdown.conf
sudo mkdir -p /etc/systemd/system/user@.service.d
sudo cp "$OMARCHY_PATH/default/systemd/user@.service.d/faster-shutdown.conf" /etc/systemd/system/user@.service.d/faster-shutdown.conf
sudo systemctl daemon-reload
+2
View File
@@ -0,0 +1,2 @@
echo "Fix User Manager hanging on shutdown"
source $OMARCHY_PATH/install/config/fast-shutdown.sh