mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
11 lines
165 B
SYSTEMD
11 lines
165 B
SYSTEMD
[Unit]
|
|
Description=Run gitlab-runner-docker-cleanup.service daily
|
|
|
|
[Timer]
|
|
OnCalendar=weekly
|
|
Persistent=true
|
|
RandomizedDelaySec=1d
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|