[prefect.mailserver] Run cert copying script daily instead of monthly
While it copies more often, this should hopefully prevent me everneeding to manually copy certs myself
pyrox.dev 10 months ago 3015ea24 30b902e7
··· 103 103 wantedBy = [ "timers.target" ]; 104 104 timerConfig = { 105 105 OnBootSec = "5m"; 106 106 - OnCalendar = "monthly"; 106 106 + OnCalendar = "daily"; 107 107 Unit = "copy-mail-certs.service"; 108 108 }; 109 109 };