diff --git a/src/sphinx/GettingStartedServers/MyFirstProject.rst b/src/sphinx/GettingStartedServers/MyFirstProject.rst index 0b0d10a12..1b85fbba5 100644 --- a/src/sphinx/GettingStartedServers/MyFirstProject.rst +++ b/src/sphinx/GettingStartedServers/MyFirstProject.rst @@ -39,9 +39,9 @@ There are additional parameters available to configure. .. code-block:: scala - daemonUser in Linux := normalizedName.value // user which will execute the application + daemonUser in Linux := normalizedName.value // user which will execute the application - daemonGroup in Linux := daemonUser.value // group which will execute the application + daemonGroup in Linux := (daemonUser in Linux).value // group which will execute the application Default Mappings ================