Created
February 28, 2022 08:02
-
-
Save kenu/68a90b3ae9823a9857a90c39d33ca39f to your computer and use it in GitHub Desktop.
crontab
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo "0 0,12 * * * root python -c 'import random; import time; time.sleep(random.random() * 3600)' && certbot renew" | sudo tee -a /etc/crontab > /dev/null | |
cat /etc/crontab |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment