90-cleanup.sh 323 B

123456789101112
  1. #!/usr/bin/env bash
  2. # Remove default cronjobs
  3. rm -f -- \
  4. /etc/cron.daily/logrotate \
  5. /etc/cron.daily/apt-compat \
  6. /etc/cron.daily/dpkg \
  7. /etc/cron.daily/passwd \
  8. /etc/cron.daily/0yum-daily.cron \
  9. /etc/cron.daily/logrotate \
  10. /etc/cron.hourly/0yum-hourly.cron \
  11. /etc/periodic/daily/logrotate