vpnmanager/misc/cron

6 lines
233 B
Text
Raw Permalink Normal View History

2019-01-31 18:43:53 +00:00
SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
*/5 * * * * root (cd /opt/vpnmanager; ./manage.py runcrons)
2019-02-25 13:25:48 +00:00
30 0 * * * root /usr/local/bin/certbot renew
0 1 * * * root /bin/systemctl reload nginx