updated cron script

This commit is contained in:
naturallaw77 2024-01-27 18:17:26 -08:00
parent 740f628c63
commit a682abd501

View File

@ -360,8 +360,8 @@ backup /etc/nix-bitcoin-secrets/ localhost/
enable = true; enable = true;
systemCronJobs = [ systemCronJobs = [
"*/5 * * * * caddy /run/current-system/sw/bin/php -f /var/lib/www/nextcloud/cron.php" "*/5 * * * * caddy /run/current-system/sw/bin/php -f /var/lib/www/nextcloud/cron.php"
"*/15 * * * * root /run/current-system/sw/bin/bash /var/lib/njalla/njalla.sh" "*/15 * * * * root /run/current-system/sw/bin/bash /var/lib/njalla/njalla.sh"
"*/15 * * * * root /run/current-system/sw/bin/bash /var/lib/external_ip/external_ip.sh" "*/15 * * * * root /run/current-system/sw/bin/bash /var/lib/external_ip/external_ip.sh"
]; ];
}; };