TT#33276 Remove sysv init script dependency on sshd

It is not necessary with systemd (all services start in parallel).

Change-Id: Id2c0976a3cf65cfafc8b9a41f44d78dd3e271af1
changes/21/19321/2
Alexander Lutay 8 years ago
parent 22431f5720
commit 86dcf34aa0

@ -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

@ -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

Loading…
Cancel
Save