system: prevent alias reload like we do in rc.syshook monitor reload

It makes it usable later from that end if we want to.
This commit is contained in:
Franco Fichtner 2023-03-03 10:33:31 +01:00
parent 7086fda2ea
commit dcfa1cb0c0

View File

@ -44,4 +44,4 @@ foreach (glob("/tmp/delete_route_*.todo") as $filename) {
}
system_routing_configure(true);
filter_configure_sync(true);
filter_configure_sync(true, false);