Browse Source

AMBARI-19797. ambari-server SuSE11 init script not working in certain environments (aonishuk)

Andrew Onishuk 8 years ago
parent
commit
10b2281ece
2 changed files with 2 additions and 1 deletions
  1. 1 0
      ambari-agent/etc/init.d/ambari-agent
  2. 1 1
      ambari-server/sbin/ambari-server

+ 1 - 0
ambari-agent/etc/init.d/ambari-agent

@@ -21,6 +21,7 @@
 
 ### BEGIN INIT INFO
 # Provides:          ambari-agent
+# Required-Start:    $local_fs $remote_fs $network
 # Required-Start:
 # Required-Stop:
 # Default-Start:     2 3 4 5

+ 1 - 1
ambari-server/sbin/ambari-server

@@ -21,7 +21,7 @@
 
 ### BEGIN INIT INFO
 # Provides:          ambari-server
-# Required-Start:    $ALL
+# Required-Start:    $local_fs $remote_fs $network
 # Required-Start:
 # Required-Stop:
 # Default-Start:     2 3 4 5