[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Minimal init [was: A few observations about systemd]



On Tue, Jul 19, 2011 at 4:42 PM, Juliusz Chroboczek <jch@pps.jussieu.fr> wrote:
>> Not rocket science about ipc only a loop and two signal to catch:
>> - get SIGING: respawn systemd
>> - get SIGUSR2: spawn a sulogin shell
>> - check if systemd child die, respawn it if needed (rate limited)
>>
>> All the funky stuff is done by a child of init.
>
> Hmm.... If you want to support forking daemons, you'll also want
> a protocol to signal the child that a monitored process has exited,
> won't you?

No, it is the same problem with systemV init of systemd.

Forking daemon are reparented to init and we do not know if exit is
genuine or not.

It seems this problem (double fork) is the basement of using cgroup
under systemd ;)

Bastien


Reply to: