From 933a75bf57270713a1f6c84bda5dad099a55e3d8 Mon Sep 17 00:00:00 2001 From: Disassembler Date: Wed, 5 Sep 2018 23:12:31 +0200 Subject: [PATCH] iptables --- basic.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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