Re: [systemd-devel] Question about ExecStartPost= and startup process

2015-06-29 Thread Francis Moreau
On 06/29/2015 10:05 AM, Andrei Borzenkov wrote: [...] >> >> service_sigchld_event() { >> ... >> } else if (s->control_pid == pid) { >> ... >> if (s->control_command && >> s->control_command->command_next && >>

Re: [systemd-devel] Question about ExecStartPost= and startup process

2015-06-29 Thread Andrei Borzenkov
On Mon, Jun 29, 2015 at 11:01 AM, Francis Moreau wrote: > On 06/28/2015 07:21 PM, Reindl Harald wrote: >> >> >> Am 28.06.2015 um 19:02 schrieb Francis Moreau: >>> On 06/28/2015 01:01 PM, Reindl Harald wrote: Am 28.06.2015 um 12:00 schrieb Francis Moreau: > Hello, > > For serv

Re: [systemd-devel] Question about ExecStartPost= and startup process

2015-06-29 Thread Francis Moreau
On 06/28/2015 07:21 PM, Reindl Harald wrote: > > > Am 28.06.2015 um 19:02 schrieb Francis Moreau: >> On 06/28/2015 01:01 PM, Reindl Harald wrote: >>> >>> Am 28.06.2015 um 12:00 schrieb Francis Moreau: Hello, For services with Type=Forking, I'm wondering if systemd proceeds st

Re: [systemd-devel] Question about ExecStartPost= and startup process

2015-06-29 Thread Francis Moreau
On 06/28/2015 07:35 PM, Andrei Borzenkov wrote: > В Sun, 28 Jun 2015 19:02:57 +0200 > Francis Moreau пишет: > >> On 06/28/2015 01:01 PM, Reindl Harald wrote: >>> >>> >>> Am 28.06.2015 um 12:00 schrieb Francis Moreau: Hello, For services with Type=Forking, I'm wondering if systemd

Re: [systemd-devel] Question about ExecStartPost= and startup process

2015-06-28 Thread Reindl Harald
Am 28.06.2015 um 19:02 schrieb Francis Moreau: On 06/28/2015 01:01 PM, Reindl Harald wrote: Am 28.06.2015 um 12:00 schrieb Francis Moreau: Hello, For services with Type=Forking, I'm wondering if systemd proceeds starting follow-up units when the command described by ExecStart= exits or whe

Re: [systemd-devel] Question about ExecStartPost= and startup process

2015-06-28 Thread Andrei Borzenkov
В Sun, 28 Jun 2015 19:02:57 +0200 Francis Moreau пишет: > On 06/28/2015 01:01 PM, Reindl Harald wrote: > > > > > > Am 28.06.2015 um 12:00 schrieb Francis Moreau: > >> Hello, > >> > >> For services with Type=Forking, I'm wondering if systemd proceeds > >> starting follow-up units when the comma

Re: [systemd-devel] Question about ExecStartPost= and startup process

2015-06-28 Thread Francis Moreau
On 06/28/2015 01:01 PM, Reindl Harald wrote: > > > Am 28.06.2015 um 12:00 schrieb Francis Moreau: >> Hello, >> >> For services with Type=Forking, I'm wondering if systemd proceeds >> starting follow-up units when the command described by ExecStart= exits >> or when the one described by ExecStart

Re: [systemd-devel] Question about ExecStartPost= and startup process

2015-06-28 Thread Reindl Harald
Am 28.06.2015 um 12:00 schrieb Francis Moreau: Hello, For services with Type=Forking, I'm wondering if systemd proceeds starting follow-up units when the command described by ExecStart= exits or when the one described by ExecStartPost= exits ? I tried to read the source code to figure this o

[systemd-devel] Question about ExecStartPost= and startup process

2015-06-28 Thread Francis Moreau
Hello, For services with Type=Forking, I'm wondering if systemd proceeds starting follow-up units when the command described by ExecStart= exits or when the one described by ExecStartPost= exits ? I tried to read the source code to figure this out and it *seems* that the latter is true but I'm r