This commit is contained in:
Disassembler 2018-09-05 23:12:31 +02:00
parent eb69ea3cf1
commit 933a75bf57
Signed by: Disassembler
GPG Key ID: 524BD33A0EE29499

View File

@ -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