]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-14331 removed root ownership note from docs
authorTrabelsi Tobias <tobias.trabelsi@sonarsource.com>
Wed, 16 Feb 2022 13:43:00 +0000 (14:43 +0100)
committersonartech <sonartech@sonarsource.com>
Thu, 17 Feb 2022 20:03:22 +0000 (20:03 +0000)
server/sonar-docs/src/pages/setup/operate-server.md

index 52d3574b25d5f9a835e3ca039d74745886fd9320..b951c7427c24974179b7c5afc6e997df77406879 100644 (file)
@@ -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:
 ```