From b7040ad992aae53dab1d142c874a037c22c988dc Mon Sep 17 00:00:00 2001 From: Karsten Horsmann Date: Tue, 22 Jun 2021 12:05:04 +0200 Subject: [PATCH] add iptables helper for el systemd to spec file --- el/rtpengine.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/el/rtpengine.spec b/el/rtpengine.spec index c1dad51f9..3964248b4 100644 --- a/el/rtpengine.spec +++ b/el/rtpengine.spec @@ -239,6 +239,8 @@ true # init.d script and configuration file %if 0%{?has_systemd_dirs} %{_unitdir}/%{binname}.service +# Systemd iptables setup +%{_sbindir}/ngcp-rtpengine-iptables-setup %else %{_initrddir}/%{name} %endif