Reduce shutdown timeout from 10s to 5s

This commit is contained in:
David Heinemeier Hansson
2025-10-05 18:13:47 +02:00
committed by GitHub
parent 0a28bd1e67
commit 7d6477f212

View File

@@ -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