updated cron for external ip call
This commit is contained in:
parent
a546a061af
commit
3ea9614325
@ -361,9 +361,9 @@ backup /etc/nix-bitcoin-secrets/ localhost/
|
||||
services.cron = {
|
||||
enable = true;
|
||||
systemCronJobs = [
|
||||
"*/5 * * * * caddy /run/current-system/sw/bin/php -f /var/lib/www/nextcloud/cron.php"
|
||||
"15 * * * * root /var/lib/njalla/njalla.sh"
|
||||
"0 */2 * * * root /var/lib/external_ip/external_ip.sh"
|
||||
"*/5 * * * * caddy /run/current-system/sw/bin/php -f /var/lib/www/nextcloud/cron.php"
|
||||
"*/15 * * * * root /var/lib/njalla/njalla.sh"
|
||||
"*/15 * * * * root /var/lib/external_ip/external_ip.sh"
|
||||
];
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user