mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2026-03-07 15:16:17 +01:00
0ebae15 ("chore(cron-jobs): Remove obsolete integrity-check script and friends")
2edd43d ("feat(db-archive): Archive package files atomically")
a56c710 ("feat(db-functions): Check the archive index in check_reproducible")
ea98599 ("fix(db-functions): Suppress realpath error output")
Fix #531
12 lines
288 B
SYSTEMD
12 lines
288 B
SYSTEMD
[Unit]
|
|
# Fail-safe in case this is accidentally deployed on an archive server
|
|
ConditionPathExists=!/srv/archive/repos
|
|
|
|
[Service]
|
|
User=archive
|
|
Type=oneshot
|
|
ExecStart=/srv/repos/git-packages/dbscripts/cron-jobs/archive-index
|
|
ProtectSystem=strict
|
|
ProtectHome=yes
|
|
ReadWritePaths=/srv/archive
|