If a Pelix framework is started using start-stop-daemon with the pelix.shell.console bundle, the latter stops the framework immediately as it detects an EOF in the standard input.
The bundle should at least check if it is run as a daemon or log a warning before stopping the framework.
If a Pelix framework is started using
start-stop-daemon
with thepelix.shell.console
bundle, the latter stops the framework immediately as it detects an EOF in the standard input.The bundle should at least check if it is run as a daemon or log a warning before stopping the framework.