Make launch script's logFilename and pidFilename configurable via properties
Closes gh-7234
This commit is contained in:
committed by
Andy Wilkinson
parent
09a235b1e8
commit
5c11059e1d
@@ -617,9 +617,16 @@ for Gradle and to `${project.name}` for Maven.
|
||||
|`logFolder`
|
||||
|The default value for `LOG_FOLDER`. Only valid for an `init.d` service.
|
||||
|
||||
|`logFilename`
|
||||
|The default value for `LOG_FILENAME`. Only valid for an `init.d` service.
|
||||
|
||||
|`pidFolder`
|
||||
|The default value for `PID_FOLDER`. Only valid for an `init.d` service.
|
||||
|
||||
|`pidFilename`
|
||||
|The default value for the name of the pid file in `PID_FOLDER`. Only valid for an
|
||||
`init.d` service.
|
||||
|
||||
|`useStartStopDaemon`
|
||||
|If the `start-stop-daemon` command, when it's available, should be used to control the
|
||||
process. Defaults to `true`.
|
||||
|
||||
Reference in New Issue
Block a user