mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
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.
11 lines
145 B
Django/Jinja
11 lines
145 B
Django/Jinja
[Unit]
|
|
Description=Archwiki runJobs timer
|
|
|
|
[Timer]
|
|
OnUnitActiveSec=5min
|
|
OnBootSec=5min
|
|
RandomizedDelaySec=1min
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|