TT#33276 Remove sysv init script dependency on sshd

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

Change-Id: I7c1a7156942bd97946b8d7a7accf5124c48741b4
changes/19/19319/1
Alexander Lutay 9 years ago
parent f47f18c2f6
commit fde9945147

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

Loading…
Cancel
Save