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
Jakub Klinkovský ec798ba377
archwiki: add After=mysqld.service to the archwiki-runjobs.timer
Otherwise the timer may be started before mysqld and the service would
fail at the first start.
2020-09-05 21:27:20 +02:00

12 lines
166 B
Django/Jinja

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