11 lines
176 B
SYSTEMD
11 lines
176 B
SYSTEMD
|
[Unit]
|
||
|
Description=Refresh existing PGP keys of archlinux-keyring regularly
|
||
|
|
||
|
[Timer]
|
||
|
OnCalendar=weekly
|
||
|
Persistent=true
|
||
|
RandomizedDelaySec=12h
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=timers.target
|