mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
* Shutdown faster * Add migration * Reduce shutdown timeout from 10s to 5s --------- Co-authored-by: David Heinemeier Hansson <david@hey.com>
8 lines
182 B
Bash
Executable File
8 lines
182 B
Bash
Executable File
sudo mkdir -p /etc/systemd/system.conf.d
|
|
|
|
cat <<EOF | sudo tee /etc/systemd/system.conf.d/10-faster-shutdown.conf
|
|
[Manager]
|
|
DefaultTimeoutStopSec=5s
|
|
EOF
|
|
sudo systemctl daemon-reload
|