On Fri, 01 Jan 2016, Greg Reagle <[email protected]> wrote: > On Fri, Jan 01, 2016 at 06:05:58PM +0100, Kamil Cholewiński wrote: >> Yes, please let's stop writing process management code into daemons and >> instead solve this problem in a portable and non-sucky way. > > It's called runit: http://smarden.org/runit/
I'm aware of runit, in fact it's my init and my x11 login session. What we don't have is a convention; my "make install" can't rely on runsvdir running in /service, /etc/service, /var/service, /run/service, or any other million places I've seen it deployed; also there is no convention like $HOME/service, or /var/spool/runit/$USER/service or whatever, for per-user services. K.
