Browse Source

AMBARI-8005. Cannot get 1.7.0 to start with non-root daemon (aonishuk)

Andrew Onishuk 10 years ago
parent
commit
587743d08c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      ambari-server/src/main/python/ambari-server.py

+ 2 - 0
ambari-server/src/main/python/ambari-server.py

@@ -564,6 +564,8 @@ NR_ADJUST_OWNERSHIP_LIST = [
   ("/etc/ambari-server/conf/password.dat", "640", "{0}", False),
   ("/var/lib/ambari-server/keys/pass.txt", "640", "{0}", False),
   ("/etc/ambari-server/conf/ldap-password.dat", "640", "{0}", False),
+  ("/var/run/ambari-server/stack-recommendations/", "644", "{0}", True),
+  ("/var/run/ambari-server/stack-recommendations/", "755", "{0}", False),
   # Also, /etc/ambari-server/conf/password.dat
   # is generated later at store_password_file
 ]