1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-05-04 11:16:02 +02:00
infrastructure/roles/patchwork/templates/patchwork-notification.time...
Giancarlo Razzolini 43734a9b6c
roles/patchwork: Add a patchwork notification timer
Patchwork optionally can send notifications. Configure it to run
at the patchwork_notifications_frequency, which by default should run
at the same frequency as NOTIFICATION_DELAY_MINUTES which is 10 minutes.
2017-08-23 11:05:02 -03:00

10 lines
195 B
Django/Jinja

[Unit]
Description=Patchwork notification timer
[Timer]
OnUnitActiveSec={{ patchwork_notification_frequency }}
OnBootSec={{ patchwork_notification_frequency }}
[Install]
WantedBy=timers.target