Run the nextcloud cron job every 10 minutes

This commit is contained in:
Andreas Zweili 2024-01-16 06:42:03 +01:00
parent f1c13c4cff
commit 7747cb534e
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ in {
systemd.timers.nextcloud-cron = {
wantedBy = [ "timers.target" ];
partOf = [ "nextcloud-cron.service" ];
timerConfig.OnCalendar = "*:0/5";
timerConfig.OnCalendar = "*:0/10";
};
environment.shellAliases = {
occ = "${pkgs.docker}/bin/docker exec -u www-data nextcloud php occ";