7 lines
156 B
Bash
7 lines
156 B
Bash
## Install cron daemon
|
|
apt_install_permanent cron
|
|
|
|
## Remove useless cron entries
|
|
# Checks for lost+found and scans for mtab
|
|
rm -f /etc/cron.daily/standard
|