From 86dcf34aa0324c2880f5d2dc0f0a224cea614bba Mon Sep 17 00:00:00 2001 From: Alexander Lutay Date: Fri, 23 Feb 2018 17:15:37 +0100 Subject: [PATCH] TT#33276 Remove sysv init script dependency on sshd It is not necessary with systemd (all services start in parallel). Change-Id: Id2c0976a3cf65cfafc8b9a41f44d78dd3e271af1 --- debian/ngcp-rtpengine-daemon.init | 1 - debian/ngcp-rtpengine-recording-daemon.init | 1 - 2 files changed, 2 deletions(-) diff --git a/debian/ngcp-rtpengine-daemon.init b/debian/ngcp-rtpengine-daemon.init index 875aaa31f..565efc31d 100755 --- a/debian/ngcp-rtpengine-daemon.init +++ b/debian/ngcp-rtpengine-daemon.init @@ -3,7 +3,6 @@ # Provides: ngcp-rtpengine-daemon # Required-Start: $remote_fs $syslog # Required-Stop: $remote_fs $syslog -# Should-Start: sshd # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Ngcp Rtpengine diff --git a/debian/ngcp-rtpengine-recording-daemon.init b/debian/ngcp-rtpengine-recording-daemon.init index 77d0da233..64b46de17 100755 --- a/debian/ngcp-rtpengine-recording-daemon.init +++ b/debian/ngcp-rtpengine-recording-daemon.init @@ -3,7 +3,6 @@ # Provides: ngcp-rtpengine-recording-daemon # Required-Start: $remote_fs $syslog # Required-Stop: $remote_fs $syslog -# Should-Start: sshd # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Ngcp Rtpengine Recording Daemon