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 = "20m"; OnBootSec = "5m";
OnUnitActiveSec = "20m"; OnUnitActiveSec = "5m";
Unit = "nextcloud-cron.service"; Unit = "nextcloud-cron.service";
}; };
}; };