Commit d93b09f4 authored by Stephane Nicoll's avatar Stephane Nicoll

Polish contribution

Closes gh-5204
parent 9c300307
...@@ -657,9 +657,10 @@ a `.conf` file, ...@@ -657,9 +657,10 @@ a `.conf` file,
LOG_FOLDER=/custom/log/folder LOG_FOLDER=/custom/log/folder
---- ----
The file should be situated next to the jar file and have the same name but suffixed with The file is expected next to the jar file and have the same name but suffixed with
`.conf` rather than `.jar`. For example, a jar named `/var/myapp/myapp.jar` will use the `.conf` rather than `.jar`. For example, a jar named `/var/myapp/myapp.jar` will use the
configuration file named `/var/myapp/myapp.conf` if it exists. configuration file named `/var/myapp/myapp.conf` if it exists. You can also use the
`CONF_FOLDER` property to customize the location of that file.
To learn about securing this file appropriately, please refer to To learn about securing this file appropriately, please refer to
<<deployment-initd-service-securing,the guidelines for securing an init.d service>>. <<deployment-initd-service-securing,the guidelines for securing an init.d service>>.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment