Install cron on #Linux



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
view raw Install-cron.md hosted with ❤ by GitHub

Comments