I propose to explore the possibility of creating a separate module that implements daemon'ization (linux daemon howto).
Daemon'ization need to go to the background and transfer control to the code payload. Code and its dependencies should be minimal (less often to update), resource costs, too (to reduce the risk of killing by kernel).
The module can be individually implement an interface for integration in luster.
I propose to explore the possibility of creating a separate module that implements daemon'ization (linux daemon howto).
Daemon'ization need to go to the background and transfer control to the code payload. Code and its dependencies should be minimal (less often to update), resource costs, too (to reduce the risk of killing by kernel).
The module can be individually implement an interface for integration in luster.