mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
Fix User Manager hanging on shutdown
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
[Service]
|
||||
TimeoutStopSec=5s
|
||||
@@ -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
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
echo "Fix User Manager hanging on shutdown"
|
||||
source $OMARCHY_PATH/install/config/fast-shutdown.sh
|
||||
Reference in New Issue
Block a user