iptables
This commit is contained in:
parent
eb69ea3cf1
commit
933a75bf57
2
basic.sh
2
basic.sh
@ -60,7 +60,7 @@ vmmgr create-selfsigned
|
|||||||
cp ${SOURCE_DIR}/etc/nginx/nginx.conf /etc/nginx/nginx.conf
|
cp ${SOURCE_DIR}/etc/nginx/nginx.conf /etc/nginx/nginx.conf
|
||||||
|
|
||||||
# Configure services
|
# 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
|
rc-update add ${SERVICE} boot
|
||||||
service ${SERVICE} start
|
service ${SERVICE} start
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user