diff --git a/debian/ngcp-rtpengine-daemon.links b/debian/ngcp-rtpengine-daemon.links new file mode 100644 index 000000000..37055f8ee --- /dev/null +++ b/debian/ngcp-rtpengine-daemon.links @@ -0,0 +1,2 @@ +/lib/systemd/system/ngcp-rtpengine-daemon.service /lib/systemd/system/rtpengine-daemon.service +/lib/systemd/system/ngcp-rtpengine-daemon.service /lib/systemd/system/rtpengine.service diff --git a/debian/ngcp-rtpengine-daemon.service b/debian/ngcp-rtpengine-daemon.service index a9a78eedb..b4838768c 100644 --- a/debian/ngcp-rtpengine-daemon.service +++ b/debian/ngcp-rtpengine-daemon.service @@ -14,4 +14,3 @@ ExecStopPost=/usr/sbin/ngcp-rtpengine-iptables-setup stop [Install] WantedBy=multi-user.target -Alias=rtpengine.service diff --git a/debian/ngcp-rtpengine-recording-daemon.links b/debian/ngcp-rtpengine-recording-daemon.links new file mode 100644 index 000000000..a4b875211 --- /dev/null +++ b/debian/ngcp-rtpengine-recording-daemon.links @@ -0,0 +1,2 @@ +/lib/systemd/system/ngcp-rtpengine-recording-daemon.service /lib/systemd/system/rtpengine-recording-daemon.service +/lib/systemd/system/ngcp-rtpengine-recording-daemon.service /lib/systemd/system/rtpengine-recording.service diff --git a/debian/ngcp-rtpengine-recording-daemon.service b/debian/ngcp-rtpengine-recording-daemon.service index 1945cc68a..3f6b98435 100644 --- a/debian/ngcp-rtpengine-recording-daemon.service +++ b/debian/ngcp-rtpengine-recording-daemon.service @@ -14,4 +14,3 @@ ExecStart=/usr/sbin/rtpengine-recording -f -E --no-log-timestamps --pidfile /run [Install] WantedBy=multi-user.target -Alias=rtpengine-recording.service