mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-10 02:55:55 +02:00
core93: stop/start dnsmasq at update.
This commit is contained in:
@@ -32,6 +32,7 @@ do
|
||||
done
|
||||
|
||||
# Stop services
|
||||
/etc/init.d/dnsmasq stop
|
||||
/etc/init.d/squid stop
|
||||
|
||||
# Extract files
|
||||
@@ -46,6 +47,7 @@ rm -f /opt/pakfire/db/rootfiles/libevent2
|
||||
|
||||
# Start services
|
||||
/etc/init.d/squid start
|
||||
/etc/init.d/dnsmasq start
|
||||
|
||||
# This update need a reboot...
|
||||
#touch /var/run/need_reboot
|
||||
|
||||
Reference in New Issue
Block a user