From fde9945147c7d40abed5ff1796d45042e79838ce Mon Sep 17 00:00:00 2001 From: Alexander Lutay Date: Fri, 23 Feb 2018 17:12: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: I7c1a7156942bd97946b8d7a7accf5124c48741b4 --- debian/ngcp-sems.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/ngcp-sems.init b/debian/ngcp-sems.init index fac9f1c5..3b8d24c9 100644 --- a/debian/ngcp-sems.init +++ b/debian/ngcp-sems.init @@ -5,7 +5,7 @@ # Required-Stop: $local_fs $remote_fs $network $syslog # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 -# Should-Start: mysql sshd +# Should-Start: mysql # Should-Stop: mysql # Short-Description: Start/stop SEMS Application Server ### END INIT INFO