Compare commits

..

2 Commits

View File

@ -3,8 +3,8 @@
timers."nextcloud-cron" = { timers."nextcloud-cron" = {
wantedBy = ["timers.target"]; wantedBy = ["timers.target"];
timerConfig = { timerConfig = {
OnBootSec = "5m"; OnBootSec = "20m";
OnUnitActiveSec = "5m"; OnUnitActiveSec = "20m";
Unit = "nextcloud-cron.service"; Unit = "nextcloud-cron.service";
}; };
}; };