mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Stop/Start squid at core37 updater.
Restart apache after core37 update.
This commit is contained in:
@@ -25,13 +25,15 @@
|
||||
/usr/local/bin/backupctrl exclude >/dev/null 2>&1
|
||||
#
|
||||
#Stop services
|
||||
|
||||
/etc/init.d/squid stop
|
||||
#
|
||||
#Extract files
|
||||
extract_files
|
||||
#
|
||||
#Start services
|
||||
|
||||
/etc/init.d/squid start
|
||||
/etc/init.d/apache restart
|
||||
#
|
||||
#
|
||||
#Delete sensors config to force new scan
|
||||
rm -f /etc/sysconfig/lm_sensors
|
||||
|
||||
Reference in New Issue
Block a user