5 lines
233 B
Text
5 lines
233 B
Text
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
|