Replace certsync cron job with systemd timer

This commit is contained in:
Alexander Dietrich 2020-03-25 21:28:19 +01:00
commit 250a0cdaac
5 changed files with 34 additions and 13 deletions

View file

@ -0,0 +1,10 @@
[Unit]
Description=Weekly certsync run
[Timer]
OnCalendar=Mon *-*-* 05:00
RandomizedDelaySec=60m
Persistent=true
[Install]
WantedBy=timers.target