ansible-edda/plays/services/roles/deploy/lrproxy/templates/systemd/rsync-certificates.timer.j2

15 lines
279 B
Plaintext
Raw Normal View History

[Unit]
Description=Rsync certificates obtained by certbot
Documentation=man:rsync(1)
BindsTo=pod-lrproxy.service
After=pod-lrproxy.service
2022-11-18 23:57:29 +01:00
DefaultDependencies=no
[Timer]
OnCalendar=Fri *-*-* 18:00:00
Persistent=true
RandomizedDelaySec=1h
[Install]
WantedBy=pod-lrproxy.service