mirror of
https://github.com/LukeHagar/omarchy.git
synced 2025-12-06 04:20:23 +00:00
Reduce shutdown timeout from 10s to 5s
This commit is contained in:
committed by
GitHub
parent
0a28bd1e67
commit
7d6477f212
@@ -2,6 +2,6 @@ sudo mkdir -p /etc/systemd/system.conf.d
|
||||
|
||||
cat <<EOF | sudo tee /etc/systemd/system.conf.d/10-faster-shutdown.conf
|
||||
[Manager]
|
||||
DefaultTimeoutStopSec=10s
|
||||
DefaultTimeoutStopSec=5s
|
||||
EOF
|
||||
sudo systemctl daemon-reload
|
||||
|
||||
Reference in New Issue
Block a user