From 3bbb57b54dd819ab460ef12a79acbc924c82f2dc Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 7 Feb 2026 10:37:39 +0100 Subject: [PATCH] Use real config files as much as possible --- default/systemd/faster-shutdown.conf | 2 ++ install/config/fast-shutdown.sh | 6 +----- 2 files changed, 3 insertions(+), 5 deletions(-) create mode 100644 default/systemd/faster-shutdown.conf diff --git a/default/systemd/faster-shutdown.conf b/default/systemd/faster-shutdown.conf new file mode 100644 index 00000000..90dce4f6 --- /dev/null +++ b/default/systemd/faster-shutdown.conf @@ -0,0 +1,2 @@ +[Manager] +DefaultTimeoutStopSec=5s diff --git a/install/config/fast-shutdown.sh b/install/config/fast-shutdown.sh index bbbfafdc..627e02a5 100644 --- a/install/config/fast-shutdown.sh +++ b/install/config/fast-shutdown.sh @@ -1,7 +1,3 @@ sudo mkdir -p /etc/systemd/system.conf.d - -cat <