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

2014-07-05 Thread Joern Heissler
On Fri, Jul 04, 2014 at 03:49:19PM +0200, Michael Biebl wrote: Joern, could you copy the attached file to /etc/systemd/system, run systemctl enable svscanboot.service and report back if your daemontools services are properly started on the next reboot. I don't use daemontools myself, so

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

2014-07-04 Thread Gerrit Pape
On Fri, Jul 04, 2014 at 03:37:20AM -0700, Russ Allbery wrote: Gerrit Pape p...@dbnbgs.smarden.org writes: I looked into latest policy, but did not find anything about systemd support. I'm surprised that this is now a release critical bug, and the package marked for removal. What's the

Bug#752075: 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

Bug#752075: 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

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

2014-07-04 Thread Ansgar Burchardt
Hi, On 07/04/2014 13:50, Gerrit Pape wrote: 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

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

2014-07-04 Thread Ansgar Burchardt
On 07/04/2014 14:41, Ansgar Burchardt wrote: Something like +--- | [Unit] | Description=daemontools service supervision | Documentation=man:svscanboot(8) | | [Service] | ExecStart=/usr/bin/svscanboot | Restart=always | | [Install] | WantedBy=multi-user.target +--- might already

Bug#752075: 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. In most cases adding a