Re: RFH: Re: Bug#752075: daemontools-run: Add systemd support

2014-07-04 Thread Matthias Urlichs
Hi, Gerrit Pape: I'm very dubious about this being release-critical. I think it is. The package will not work as expected without the inittab interface. It's rather trivial to write an init script, and/or a systemd unit file, which starts daemontools. Hooking into inittab isn't going to

Re: RFH: Re: Bug#752075: daemontools-run: Add systemd support

2014-07-04 Thread Michael Biebl
Hi Gerrit, Am 04.07.2014 13:50, schrieb Gerrit Pape: I hereby ask for help to add systemd support to these packages. We (pkg-systemd team) can help you with that. Let's follow up on the pkg-systemd mailing list. In most cases adding a .service file is pretty simple. If it's only about

Re: RFH: Re: Bug#752075: daemontools-run: Add systemd support

2014-07-04 Thread Russ Allbery
Gerrit Pape p...@dbnbgs.smarden.org writes: Important thing to know is: init scripts don't work out for this. The service management concept of daemontools and runit is, amongst other things, a process tree with guaranteed process state, including envrionment. init scripts don't provide

adding systemd support to your package (Re: RFH: Re: Bug#752075: daemontools-run: Add systemd support)

2014-07-04 Thread Michael Biebl
Am 04.07.2014 14:34, schrieb Michael Biebl: Hi Gerrit, Am 04.07.2014 13:50, schrieb Gerrit Pape: I hereby ask for help to add systemd support to these packages. We (pkg-systemd team) can help you with that. Let's follow up on the pkg-systemd mailing list. I want to add, that this is a

Re: adding systemd support to your package (Re: RFH: Re: Bug#752075: daemontools-run: Add systemd support)

2014-07-04 Thread Michael Biebl
Am 04.07.2014 14:38, schrieb Michael Biebl: pkg-systemd-maintain...@lists.alioth.debian.org mailing list and we will try to help you as best as we can. or join #debian-systemd on OFTC. Regards, Michael -- Why is it that all of the instruments seeking intelligent life in the universe are

Re: RFH: Re: Bug#752075: daemontools-run: Add systemd support

2014-07-04 Thread Milan P. Stanic
On Fri, 2014-07-04 at 14:34, Michael Biebl wrote: Am 04.07.2014 13:50, schrieb Gerrit Pape: I hereby ask for help to add systemd support to these packages. We (pkg-systemd team) can help you with that. Let's follow up on the pkg-systemd mailing list. In most cases adding a .service

Re: RFH: Re: Bug#752075: daemontools-run: Add systemd support

2014-07-04 Thread Michael Biebl
Hi Milan, Am 04.07.2014 15:22, schrieb Milan P. Stanic: And for runit: Thanks for sharing. cat /etc/systemd/system/runit.service [Unit] Description=runit svscan After=syslog.target The After=syslog.target is no longer necessary and not recommended anymore. Lintian will actually complain

Re: RFH: Re: Bug#752075: daemontools-run: Add systemd support

2014-07-04 Thread Milan P. Stanic
On Fri, 2014-07-04 at 15:55, Michael Biebl wrote: Am 04.07.2014 15:22, schrieb Milan P. Stanic: And for runit: Thanks for sharing. cat /etc/systemd/system/runit.service [Unit] Description=runit svscan After=syslog.target The After=syslog.target is no longer necessary and not