diff --git a/misc/cron b/misc/cron index 0a00de2..2077352 100644 --- a/misc/cron +++ b/misc/cron @@ -1,3 +1,5 @@ SHELL=/bin/sh PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin */5 * * * * root (cd /opt/vpnmanager; ./manage.py runcrons) +30 0 * * * root /usr/local/bin/certbot renew +0 1 * * * root /bin/systemctl reload nginx