r/lego: Fix timer unit trigger

`OnActiveSec` only fires once.  To trigger the renew periodically, we
need to use `OnCalendar`.
master
Dustin 2025-08-10 17:45:46 -05:00
parent 713fd794a3
commit 33da25209d
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ Description=Periodically renew certificates with LEGO
[Timer] [Timer]
RandomizedDelaySec=15m RandomizedDelaySec=15m
OnActiveSec=4h OnCalendar=*-*-* 00/4:00:00
[Install] [Install]
WantedBy=timers.target WantedBy=timers.target