Re: Switching Fedora machine away from systemd

2018-04-25 Thread Denys Vlasenko
On Fri, Apr 20, 2018 at 2:33 PM, Natanael Copa wrote: > On Thu, 19 Apr 2018 17:18:29 +0200 > Denys Vlasenko wrote: > >> After yet another incident of wandering among endless >> directories/"targets"/links trying to figure out how to stop >> the

Re: Switching Fedora machine away from systemd

2018-04-24 Thread Denys Vlasenko
On Fri, Apr 20, 2018 at 3:23 PM, Denys Vlasenko wrote: >> What's missing or needs improvement? >> >> ifplugd_handler needs a better way to code for the "if service FOO exists, >> start it, if it does not, it's fine" idiom. > > Surprisingly, there is no way to do this

Re: Switching Fedora machine away from systemd

2018-04-24 Thread Tim Tassonis
On 04/20/2018 10:45 AM, Denys Vlasenko wrote: On Fri, Apr 20, 2018 at 1:08 AM, Laurent Bercot wrote: Since no one had time/inspiration to create runit/daemontools style servie supervision in Fedora, I'll going to create something homegrown. I don't understand this.

Re: Switching Fedora machine away from systemd

2018-04-20 Thread Denys Vlasenko
>Hmm. A tool to wait for a file is needed. So far this should do - /bin/need: > >#!/bin/sh >i=0 >while ! test -e "$1"; do >sleep "0.$i" >test "$i" = 9 || i=$((i+1)) >done Surely, this already exists? Anyone knows? > Created /var/service/dbus-daemon service. run

Re: Switching Fedora machine away from systemd

2018-04-20 Thread Tito
On 20/04/2018 10:45, Denys Vlasenko wrote: > On Fri, Apr 20, 2018 at 1:08 AM, Laurent Bercot > wrote: >>> Since no one had time/inspiration to create runit/daemontools >>> style servie supervision in Fedora, I'll going to create >>> something homegrown. >> >> I don't

Re: Switching Fedora machine away from systemd

2018-04-20 Thread Philip Rhoades
Denys, On 2018-04-20 18:47, Denys Vlasenko wrote: On Thu, Apr 19, 2018 at 10:38 PM, Philip Rhoades wrote: Denys, As a long-time Fedora (mostly) user I found this very interesting! Which part? All of it! You have done a lot of work so far - I guess my prime

Re: Switching Fedora machine away from systemd

2018-04-20 Thread Natanael Copa
On Thu, 19 Apr 2018 17:18:29 +0200 Denys Vlasenko wrote: > After yet another incident of wandering among endless > directories/"targets"/links trying to figure out how to stop > the laptop from falling asleep on lid close, I've had enough. > > Since no one had

Re: Switching Fedora machine away from systemd

2018-04-20 Thread Denys Vlasenko
On Thu, Apr 19, 2018 at 10:38 PM, Philip Rhoades wrote: > Denys, > > As a long-time Fedora (mostly) user I found this very interesting! Which part? ___ busybox mailing list busybox@busybox.net

Re: Switching Fedora machine away from systemd

2018-04-20 Thread Denys Vlasenko
On Fri, Apr 20, 2018 at 1:08 AM, Laurent Bercot wrote: >> Since no one had time/inspiration to create runit/daemontools >> style servie supervision in Fedora, I'll going to create >> something homegrown. > > I don't understand this. > Why should there be a specific

Re: Switching Fedora machine away from systemd

2018-04-19 Thread Philip Rhoades
Denys, As a long-time Fedora (mostly) user I found this very interesting! Thanks! Phil. On 2018-04-20 01:18, Denys Vlasenko wrote: After yet another incident of wandering among endless directories/"targets"/links trying to figure out how to stop the laptop from falling asleep on lid close,

Re: Switching Fedora machine away from systemd

2018-04-19 Thread Denys Vlasenko
On Thu, Apr 19, 2018 at 5:51 PM, Daniel Glöckner wrote: > Am 04/19/18 um 17:18 schrieb Denys Vlasenko: >> After yet another incident of wandering among endless >> directories/"targets"/links trying to figure out how to stop >> the laptop from falling asleep on lid close, I've had

Re: Switching Fedora machine away from systemd

2018-04-19 Thread Daniel Glöckner
Am 04/19/18 um 17:18 schrieb Denys Vlasenko: > After yet another incident of wandering among endless > directories/"targets"/links trying to figure out how to stop > the laptop from falling asleep on lid close, I've had enough. I also once wasted some time trying to figure that out. It's

Switching Fedora machine away from systemd

2018-04-19 Thread Denys Vlasenko
After yet another incident of wandering among endless directories/"targets"/links trying to figure out how to stop the laptop from falling asleep on lid close, I've had enough. Since no one had time/inspiration to create runit/daemontools style servie supervision in Fedora, I'll going to create