Browse Source

add iptables helper for el systemd to spec file

pull/1292/head
Karsten Horsmann 5 years ago
parent
commit
b7040ad992
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      el/rtpengine.spec

+ 2
- 0
el/rtpengine.spec View File

@ -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


Loading…
Cancel
Save