[HOME]

Path : /home/easyrentals/public_html/sym404/root/usr/lib/rpm/macros.d/
Upload :
Current File : /home/easyrentals/public_html/sym404/root/usr/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}