[Unit] Description=Nextcloud {{ instance_name }} background jobs every 5 minutes [Timer] OnBootSec={{ cron_onbootsec | default('5m') }} OnUnitActiveSec={{ cron_interval | default('5m') }} RandomizedDelaySec={{ cron_randomized_delay | default('30s') }} # Deliberately NOT Persistent: this runs every 5 minutes, so replaying runs # missed while the host was off buys nothing and just stampedes at boot. Persistent=false [Install] WantedBy=timers.target