mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-07-12 18:19:42 -07:00
d65cb345bf
Reported as working but very slow (long black screen). Two OS-side contributors cut, the rest (ES gamelist re-scan) is inherent: - es_settings (ExecStartPre, runs on every ES start) unconditionally ran `systemctl restart tz-data.service` synchronously, blocking the relaunch. Only restart it when the timezone actually changed. - emustation.service RestartSec was 2s of dead time before the relaunch. Drop to 1s; StartLimitIntervalSec/StartLimitBurst already guard crash-loops. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>