mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
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.
10 lines
195 B
Django/Jinja
10 lines
195 B
Django/Jinja
[Unit]
|
|
Description=Patchwork notification timer
|
|
|
|
[Timer]
|
|
OnUnitActiveSec={{ patchwork_notification_frequency }}
|
|
OnBootSec={{ patchwork_notification_frequency }}
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|