1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-18 08:06:16 +01:00
infrastructure/roles/gitlab/files/gitlab-cleanup.timer
Evangelos Foutras d06e781fd4
gitlab: run gitlab-cleanup daily instead of weekly
Since we are now using the local disk instead of a volume (which can be
scaled up easily) it helps to have a more consistent view of free space.
2022-04-21 01:18:12 +03:00

11 lines
132 B
SYSTEMD

[Unit]
Description=GitLab Cleanup
[Timer]
OnCalendar=daily
Persistent=true
RandomizedDelaySec=1h
[Install]
WantedBy=timers.target