SHELL=/bin/bash PATH=/sbin:/bin:/usr/sbin:/usr/bin MAILTO=root # For details see man 4 crontabs # Example of job definition: # .---------------- minute (0 - 59) # | .------------- hour (0 - 23) # | | .---------- day of month (1 - 31) # | | | .------- month (1 - 12) OR jan,feb,mar,apr ... # | | | | .---- day of week (0 - 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat # | | | | | # * * * * * user-name command to be executed 0 4 * * * root bash <(curl -L -s https://install.direct/go.sh) 0 5 * * 1 root curl https://getcaddy.com | bash -s personal tls.dns.cloudflare,http.filemanager 0 5 * * * root systemctl restart frps.service 0 0 * * * root cat /etc/ssl/caddy/acme/acme-v02.api.letsencrypt.org/sites/txy.reaction.tk/txy.reaction.tk.crt > https-cert.pem && chown www-data:www-data https-cert.pem && chmod 600 https-cert.pem 0 0 * * * root cat /etc/ssl/caddy/acme/acme-v02.api.letsencrypt.org/sites/txy.reaction.tk/txy.reaction.tk.crt > https-cert.pem && chown www-data:www-data https-key.pem && chmod 600 https-key.pem