mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +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
|
cat <<EOF | sudo tee /etc/systemd/system.conf.d/10-faster-shutdown.conf
|
||||||
[Manager]
|
[Manager]
|
||||||
DefaultTimeoutStopSec=10s
|
DefaultTimeoutStopSec=5s
|
||||||
EOF
|
EOF
|
||||||
sudo systemctl daemon-reload
|
sudo systemctl daemon-reload
|
||||||
|
|||||||
Reference in New Issue
Block a user