tcalmant / ipopo

iPOPO: a Service-Oriented Component Model for Python
https://ipopo.readthedocs.io/
Apache License 2.0
69 stars 28 forks source link

Shell Console stops Pelix when running as daemon #16

Closed tcalmant closed 10 years ago

tcalmant commented 10 years ago

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.

tcalmant commented 10 years ago

No valid solution found to solve this problem other that not starting the pelix.shell.console bundle when running in daemon mode.