mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
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.
11 lines
132 B
SYSTEMD
11 lines
132 B
SYSTEMD
[Unit]
|
|
Description=GitLab Cleanup
|
|
|
|
[Timer]
|
|
OnCalendar=daily
|
|
Persistent=true
|
|
RandomizedDelaySec=1h
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|