• Andy Wilkinson's avatar
    Fix useStartStopDaemon in launch script and allow config via conf file · 854cacdb
    Andy Wilkinson authored
    Commit 5a1ee6eb added support for disabling use of start-stop-daemon
    via a placeholder in the default launch script. Unfortunately, that
    placeholder was subsequently broken in 81a47639.
    
    This commit reinstates the placeholder and adds tests to verify that all
    of the placeholders in the launch script can be replaced and that they
    have the required default values. Furthermore, it also allows the use of
    start-stop-daemon to be configured via USE_START_STOP_DAEMON in an
    app’s .conf file. This allows the configuration to be changed after the
    app has been built.
    
    Closes gh-4985
    854cacdb
Name
Last commit
Last update
..
basic-launch.sh Loading commit data...
launch-with-multiple-command-line-arguments.sh Loading commit data...
launch-with-multiple-java-opts.sh Loading commit data...
launch-with-multiple-run-args.sh Loading commit data...
launch-with-single-command-line-argument.sh Loading commit data...
launch-with-single-java-opt.sh Loading commit data...
launch-with-single-run-arg.sh Loading commit data...
launch-with-use-of-start-stop-daemon-disabled.sh Loading commit data...
restart-when-started.sh Loading commit data...
restart-when-stopped.sh Loading commit data...
start-when-started.sh Loading commit data...
start-when-stopped.sh Loading commit data...
status-when-killed.sh Loading commit data...
status-when-started.sh Loading commit data...
status-when-stopped.sh Loading commit data...
stop-when-stopped.sh Loading commit data...
test-functions.sh Loading commit data...