Re: [systemd-devel] Starting different services from same process

2014-10-20 Thread Lennart Poettering
On Fri, 17.10.14 07:03, Paassen, Hiram van (hiram.van.paas...@mastervolt.com) wrote: > Hi, > > We use systemd to manage some python processes in an embedded > environment (imx28 cpu). This works fantastic except for a fairly long > startup sequence due to python being slow during the initializat

Re: [systemd-devel] Starting different services from same process

2014-10-17 Thread David Timothy Strauss
On Fri, Oct 17, 2014 at 9:03 AM, Paassen, Hiram van wrote: > Is it possible to start multiple different services from one process? In short, that is not sanely possible. If you care about latency for accessing the service, even on the first request, then just don't activate it using DBus. Enable

[systemd-devel] Starting different services from same process

2014-10-17 Thread Paassen, Hiram van
Hi, We use systemd to manage some python processes in an embedded environment (imx28 cpu). This works fantastic except for a fairly long startup sequence due to python being slow during the initialization of its standard libraries. We found a possible solution inspired by http://draketo.de/light/