diff --git a/el/rtpengine.service b/el/rtpengine.service index 8ff3861b5..9e1b6bde8 100644 --- a/el/rtpengine.service +++ b/el/rtpengine.service @@ -13,7 +13,7 @@ LimitNOFILE=150000 RuntimeDirectory=rtpengine PIDFile=/run/rtpengine/rtpengine.pid ExecStartPre=+/usr/sbin/ngcp-rtpengine-iptables-setup start -ExecStart=/usr/sbin/rtpengine --config-file=${CFG_FILE} --pidfile=${PID_FILE} +ExecStart=/usr/bin/rtpengine --config-file=${CFG_FILE} --pidfile=${PID_FILE} ExecStopPost=+/usr/sbin/ngcp-rtpengine-iptables-setup stop RestartSec=3s TimeoutSec=15s @@ -21,4 +21,4 @@ Restart=on-failure [Install] WantedBy=multi-user.target -Alias=ngcp-rtpengine.service \ No newline at end of file +Alias=ngcp-rtpengine.service