From gentoo-dev Wed May 08 19:18:09 2013 From: Jeroen Roovers Date: Wed, 08 May 2013 19:18:09 +0000 To: gentoo-dev Subject: Re: [gentoo-dev] OpenRC supporting systemd units Message-Id: <20130508211809.6cfa9f95 () marga ! jer-c2 ! orkz ! net> X-MARC-Message: https://marc.info/?l=gentoo-dev&m=136804069918798 On Wed, 8 May 2013 20:55:35 +0200 Ambroz Bizjak wrote: > > Init.d scripts are programs - they could probably do just about > > anything. > > They couldn't monitor a process and restart it when it crashes, as > specified by the restart options in the unit file. That is, without > significant modifications in the way OpenRC works, such as adding a > monitoring process, or hacks such as launching a daemon that monitor > that process specifically. Sounds like a great feature. A crashed process is a buggy one, and I would want to investigate said program before I relaunched it, and not have it automatically relaunched as if nothing had happened. jer