TT#33276 Remove sysv init script dependency on sshd

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

Change-Id: Iff1fdca2d263f097ba02173273352e5f8d8a865d
changes/20/19320/1
Alexander Lutay 8 years ago
parent 5221f67d65
commit 4b365e03b3

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

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

Loading…
Cancel
Save