diff --git a/basic.sh b/basic.sh index 702e263..85e6ca2 100755 --- a/basic.sh +++ b/basic.sh @@ -43,7 +43,7 @@ cp ${SOURCE_DIR}/usr/local/bin/portal-app-manager /usr/local/bin/portal-app-mana cp -r ${SOURCE_DIR}/srv/portal /srv/portal # Configure services -for SERVICE in docker nginx postfix sshd; do +for SERVICE in crond docker nginx postfix sshd; do rc-update add ${SERVICE} boot service ${SERVICE} start done