diff --git a/basic.sh b/basic.sh index 0edd746..b8257a0 100755 --- a/basic.sh +++ b/basic.sh @@ -60,7 +60,7 @@ vmmgr create-selfsigned cp ${SOURCE_DIR}/etc/nginx/nginx.conf /etc/nginx/nginx.conf # Configure services -for SERVICE in consolefont crond nginx ntpd lxc swap vmmgr; do +for SERVICE in consolefont crond iptables nginx ntpd lxc swap vmmgr; do rc-update add ${SERVICE} boot service ${SERVICE} start done