Skip to content

Instantly share code, notes, and snippets.

@goyuninfo
Created January 30, 2021 21:41
Show Gist options
  • Save goyuninfo/cb6624b747625c48dc2c21c70375bd84 to your computer and use it in GitHub Desktop.
Save goyuninfo/cb6624b747625c48dc2c21c70375bd84 to your computer and use it in GitHub Desktop.
Distribution Install Systemd Start on Boot Alt Start on Boot
CentOS 8+ dnf install cronie systemctl enable crond chkconfig crond on
Fedora 22+ dnf install cronie cronie-anacron systemctl enable crond chkconfig crond on
Debian sudo apt install cron systemctl enable crond update-rc.d cron defaults
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment