Skip to content

Instantly share code, notes, and snippets.

@UltimateNova1203
Last active June 9, 2024 02:06
Show Gist options
  • Save UltimateNova1203/db96c49401d8a6f937baec9ab342594a to your computer and use it in GitHub Desktop.
Save UltimateNova1203/db96c49401d8a6f937baec9ab342594a to your computer and use it in GitHub Desktop.
Linux Server Crontab
# Minute, Hour, Day of Month, Month of Year, Day of Week, Command
# Monthly reboot
0 3 1 * * reboot
# Daily security update
0 6 * * * dnf update -y --security
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment