Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 1764 → Rev 1765

/scripts/alcasar-conf.sh
233,7 → 233,7
$DIR_SBIN/alcasar-logout.sh all
# Services stop
echo -n "Stop services : "
for i in ntpd httpd tinyproxy dnsmasq dnsmasq-whitelist dnsmasq-blacklist chilli network
for i in ntpd tinyproxy dnsmasq dnsmasq-whitelist dnsmasq-blacklist chilli network httpd
do
/usr/bin/systemctl stop $i && echo -n "$i, "
done
330,7 → 330,7
# Services start
/usr/bin/systemctl start network && echo -n "Start service : network" && sleep 1
$DIR_SBIN/alcasar-dhcp.sh -$DHCP_mode && echo -n ", coova" # apply DHCP mode and start coova
for i in dnsmasq httpd tinyproxy ntpd
for i in dnsmasq tinyproxy ntpd httpd
do
sleep 1
/usr/bin/systemctl start $i && echo -n ", $i"