1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-18 08:06:16 +01:00
infrastructure/roles/archwiki/templates/archwiki-runjobs.timer.j2
Giancarlo Razzolini 2812c082a1
Add the services and timers
Create service/timers for the runJobs and pruneCache maintenance commands. The runJobs
runs every 5 minutes and the pruneCache every day at 04:12 AM. Also add a new service
that runs the runJobs with the --wait parameter.
2018-03-02 19:44:28 -03:00

11 lines
145 B
Django/Jinja

[Unit]
Description=Archwiki runJobs timer
[Timer]
OnUnitActiveSec=5min
OnBootSec=5min
RandomizedDelaySec=1min
[Install]
WantedBy=timers.target