Add timer to regularly refresh PGP keys

wkd_sync/archlinux-keyring-wkd-sync.timer:
Add timer which triggers archlinux-keyring-wkd-sync.service to
persistently refresh existing PGP keys of archlinux-keyring weekly with
up to 12h of randomized delay.
This commit is contained in:
David Runge 2022-07-23 01:25:55 +02:00
parent 8436229ea6
commit ad8698e96c
No known key found for this signature in database
GPG Key ID: 139B09DA5BF0D338

View File

@ -0,0 +1,10 @@
[Unit]
Description=Refresh existing PGP keys of archlinux-keyring regularly
[Timer]
OnCalendar=weekly
Persistent=true
RandomizedDelaySec=12h
[Install]
WantedBy=timers.target