Current Path :
/
usr
/
lib
/
rpm
/
macros.d
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//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 -x %{_bindir}/firewall-cmd && firewall-cmd --reload --quiet || : \ %{nil}