From 4b365e03b3e4fe254fe943d65abd3c6ecae33080 Mon Sep 17 00:00:00 2001 From: Alexander Lutay Date: Fri, 23 Feb 2018 17:14:19 +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: Iff1fdca2d263f097ba02173273352e5f8d8a865d --- debian/kamailio-lb.init | 1 - debian/kamailio-proxy.init | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/kamailio-lb.init b/debian/kamailio-lb.init index c1c7dbafc..d8708167d 100644 --- a/debian/kamailio-lb.init +++ b/debian/kamailio-lb.init @@ -3,7 +3,6 @@ # Provides: kamailio-lb # Required-Start: $syslog $network $local_fs $remote_fs $time # Required-Stop: $syslog $network $local_fs $remote_fs -# Should-Start: sshd # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Start the Kamailio SIP proxy server diff --git a/debian/kamailio-proxy.init b/debian/kamailio-proxy.init index 48251d152..761d3b662 100644 --- a/debian/kamailio-proxy.init +++ b/debian/kamailio-proxy.init @@ -3,7 +3,7 @@ # Provides: kamailio-proxy # Required-Start: $syslog $network $local_fs $time $remote_fs # Required-Stop: $syslog $network $local_fs $remote_fs -# Should-Start: sshd mysql +# Should-Start: mysql # Should-Stop: mysql # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6