coreos-home-server/config/service/letsencrypt/systemd/letsencrypt-dns-renew@.timer
Alex Palaistras 3254ead3a7 Simplify systemd services, use volumes
This commit represents a large amount of work toward moving services to
a more standard approach to storing data, and a simplification in how
networks are managed.
2021-06-27 18:36:06 +01:00

11 lines
170 B
SYSTEMD

[Unit]
Description="Let's Encrypt DNS01 scheduled certificate renewal for %I"
[Timer]
OnCalendar=weekly
AccuracySec=1h
Persistent=true
[Install]
WantedBy=timers.target