mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-07-12 18:19:42 -07:00
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:
@@ -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
|
||||
Reference in New Issue
Block a user