Kai Krakow

Results 1209 comments of Kai Krakow

Addendum: Having the path directly as the configuration section would allow something like `awk -e'/^\[.*\]$/ { print $1 }'` in the beesd wrapper script to extract all the paths for...

It will work similarly. I want to keep it working with your beesd wrapper script. No worries here. And that's not what the config file is about: It's not going...

Yes, I was thinking about having the UUID in the section name. I just didn't decide about the final syntax because I want to support "beesd wrapper"-esque runtime path somewhere....

@Zygo Okay, I read you want to deprecate running multiple FS in one bees instance?

Okay, I'll design my config proposal further around that idea then and when in conflict, I'll ignore running multiple FS in one instance in favor of running one FS per...

I like the idea of having an option to let bees automatically quit after it thinks there would be no further work to do. But this itself should not be...

Could make sense... We'll look into it. I keep it in my notes for the feature. But I'm still busy with some other projects currently.

@Massimo-B @Zygo I don't think, it's Zygos intention to revert bees back to that behavior (multiple FS in one instance)... Anyway, something similar can become possible later: bees reads cmdline...

Yes but we shoud consider/decide one thing first: What happens if one child dies? As bees now acts as a single instance, should it simply restart what failed? Or should...

I'd still prefer if we just leave it up to the init system to do that, both systemd and openrc allow multi-instance services. Not sure how other distributions than Gentoo...