[systemd-devel] Starting different services from same process

David Timothy Strauss david at davidstrauss.net
Fri Oct 17 01:04:32 PDT 2014


On Fri, Oct 17, 2014 at 9:03 AM, Paassen, Hiram van
<Hiram.van.Paassen at mastervolt.com> 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 it to start by default.

There are hacks you could use to move a process into another service's
cgroup, but it's highly unsupported and may not work coming kernel and
systemd changes to cgroups.


More information about the systemd-devel mailing list