diff --git a/basic.sh b/basic.sh index 113eae3..9860be5 100755 --- a/basic.sh +++ b/basic.sh @@ -44,7 +44,9 @@ 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 consolefont crond docker nginx ntpd sshd; do +for SERVICE in consolefont crond nginx ntpd sshd; do rc-update add ${SERVICE} boot service ${SERVICE} start done +rc-update add docker +service docker start