Add systemd shutdown timeout config for ArchR project path

The cherry-picked systemd timeout config was in the base package path
but the ArchR project overlay was missing it, causing build failure
(cp: cannot stat system.conf.d/*).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Douglas Teles
2026-04-17 19:45:07 -03:00
parent ccb2f7d702
commit 7a8eae0eaf
@@ -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