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
|
||||
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user