From c5337eb8eaa0a77e4e71771a1f9692c1fcc0bff5 Mon Sep 17 00:00:00 2001 From: Trabelsi Tobias Date: Wed, 16 Feb 2022 14:43:00 +0100 Subject: [PATCH] SONAR-14331 removed root ownership note from docs --- server/sonar-docs/src/pages/setup/operate-server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/sonar-docs/src/pages/setup/operate-server.md b/server/sonar-docs/src/pages/setup/operate-server.md index 52d3574b25d..b951c7427c2 100644 --- a/server/sonar-docs/src/pages/setup/operate-server.md +++ b/server/sonar-docs/src/pages/setup/operate-server.md @@ -73,7 +73,7 @@ WantedBy=multi-user.target ``` **Note** * Because the sonar-application jar name ends with the version of SonarQube, you will need to adjust the `ExecStart` command accordingly on install and at each upgrade. -* The SonarQube data directory, `/opt/sonarqube/data`, and the extensions directory, `/opt/sonarqube/extensions` should be owned by the `sonarqube` user. As a good practice, the rest should be owned by `root` +* All SonarQube directories should be owned by the `sonarqube` user. Once your `sonarqube.service` file is created and properly configured, run: ``` -- 2.39.5