or tie down random and accuracy even more. We could do like 15 min or so - the cron job used 30 min sleep maximum.
The boot argument with short runtime should be ignored. We can't help everyone. People are already complaining that the job runs during boot and want us to delay it during boot. systemd provides no infrastructure for us to depend on network being available reliably (or well, at all), so that's not optimal either.
I guess we should go to something like
OnCalendar=*-*-* 6,18:00 Sec=1h
RandomizedDelay
AccuracySec=1h
or tie down random and accuracy even more. We could do like 15 min or so - the cron job used 30 min sleep maximum.
The boot argument with short runtime should be ignored. We can't help everyone. People are already complaining that the job runs during boot and want us to delay it during boot. systemd provides no infrastructure for us to depend on network being available reliably (or well, at all), so that's not optimal either.