diff --git a/bin/misc.sh b/bin/misc.sh index a3fd56d..136a3b4 100755 --- a/bin/misc.sh +++ b/bin/misc.sh @@ -27,4 +27,6 @@ TIMEZONE="Europe/Paris" cp /usr/share/zoneinfo/${TIMEZONE} /etc/localtime echo "${TIMEZONE}" > /etc/timezone +rc-service crond start && rc-update add crond + echo -e "Misc done"