diff --git a/projects/ArchR/packages/sysutils/systemd/config/system.conf.d/10-shutdown-timeout.conf b/projects/ArchR/packages/sysutils/systemd/config/system.conf.d/10-shutdown-timeout.conf new file mode 100644 index 0000000000..c2005c986f --- /dev/null +++ b/projects/ArchR/packages/sysutils/systemd/config/system.conf.d/10-shutdown-timeout.conf @@ -0,0 +1,7 @@ +[Manager] +# Reduce default service stop timeout from 90s to 5s. +# ArchR uses ext4 root with persistent storage at /storage/. +# Network services don't need graceful shutdown — only filesystem sync matters, +# which is handled by systemd's built-in shutdown ordering. +DefaultTimeoutStopSec=5s +DefaultTimeoutAbortSec=5s