Files
docker-deployment/build/scripts/cron.sh
2016-04-20 22:48:31 +01:00

12 lines
204 B
Bash

#!/bin/bash
set -e
source /build/config
set -x
## 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