Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 1519 → Rev 1520

/scripts/alcasar-conf.sh
331,7 → 331,7
# Services start
systemctl start network
$DIR_SBIN/alcasar-dhcp.sh -$DHCP_mode # apply DHCP mode and start coova
for i in ntpd httpd tinyproxy dnsmasq
for i in dnsmasq httpd tinyproxy ntpd
do
systemctl start $i && echo "$i started"
done