Archipelago — open-source initial import

This commit is contained in:
Archipelago
2026-08-12 10:55:49 +00:00
commit 82ca09f8b9
1664 changed files with 359095 additions and 0 deletions
@@ -0,0 +1,14 @@
[Unit]
Description=Check for Archipelago updates daily
ConditionPathExists=/home/archipelago/archy/.git
[Timer]
# Check at 3 AM daily (low-activity window)
OnCalendar=*-*-* 03:00:00
# Randomize within 30 min window to avoid thundering herd
RandomizedDelaySec=1800
# Run once on boot if last check was missed
Persistent=true
[Install]
WantedBy=timers.target