Control: tag -1 -pending Control: tags -1 -patch Hi,
I'll put this one on hold for now. This is likely the only package in the archive that needs to enable the runit service even when runit is not init, so I don't like adding support for this case in runit-helper. Also, I want to phase out runit-helper in favor of the trigger/metafiles interface in runit package, so another point against extending runit-helper for this case. I'll see if I can properly test some variation of the patch on systemd/sysv, otherwise I'll go with the Readme and maybe update the package description too. Best, Lorenzo On Sat, 4 Oct 2025 19:15:52 +0100 Andrew Bower <[email protected]> wrote: > I've finished phase 1 of this patch now - it seems to work and detects > if the service directory changes. > > Phase 2 is doing the feature detection so that non-Linux builds are > unaffected. > > I'm attaching the new version of the patch! > > (To use with debian Runit the SIGALARM patch would need reworking. > Probably easy but I didn't test via the Debian package so didn't > bother.) > > > On Sun, Aug 17, 2025 at 11:11:24PM +0100, Andrew Bower wrote: > > Hi Lorenzo, > > > > On Sat, Aug 16, 2025 at 11:15:37PM +0100, Andrew Bower wrote: > > > So my plan is: > > > > > > 1) code up a solution by simply using the Linux features > > > > Just to give you a very quick flavour of what the solution looks > > like - I attach a patch which works for changes WITHIN the > > directory. > > > > It needs to be a little more complicated to cope with the service > > directory being changed. > > > > And then it needs some work as outlined below to be suitable for > > non-Linux systems. > > > > > 2) refactor the solution so that it looks as runit-friendly as > > > possible with compat/feature test code just like the other cases > > > aready present! > > > > > > Then take it where it goes - probably a proposal on the > > > supervision list. I think you'll be pleasantly surprised by how > > > small the eventual change is, but we'll see! > > > > Does this look like a smaller type of change than you were > > expecting? > > > > Andrew

