| Linux server.clickboxgo.com 3.10.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64 Path : /lib/rpm/macros.d/ |
| Current File : //lib/rpm/macros.d/macros.firewalld |
# RPM macros for packages installing firewalld services/zones
# put this into %post otherwise firewalld won't load new service/zone file
%firewalld_reload() \
test -f %{_bindir}/firewall-cmd && firewall-cmd --reload --quiet || : \
%{nil}