mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Only restart packages if the IP address changes
This commit is contained in:
parent
e415bfab3c
commit
f00f639780
@ -115,7 +115,8 @@ touch("/tmp/filter_dirty");
|
||||
enable_rrd_graphing();
|
||||
|
||||
/* restart packages */
|
||||
exec("/etc/rc.start_packages");
|
||||
if($old_ip <> $curwanip)
|
||||
exec("/etc/rc.start_packages");
|
||||
|
||||
/* reload slbd */
|
||||
/* if ($config['load_balancer']['lbpool']['type'] == "gateway") */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user