Earlier today, I read a Phoronix article about changes coming in Firefox 147, the profiles folder will change from $HOME/.mozilla to .config and/or .local/share, following the XDG specs.
After discovering that, my concern went to the fact I'm using profile-sync-daemon (psd) - an utility to load the entire profile into RAM to save many writes on disk. Despite psd version 6+ having a systemd dependency, an older version compatible (5.75) with OpenRC is still available on gentoo repo.
The trouble is, upstream will certainly not patch an older version, as psd is now systemd only, gentoo's maintainer won't provide a patch, as he kinda has vanished, and currently, version 5.75 is condemned to be removed from repo at some point, see https://bugs.gentoo.org/678658
So I'm wondering, is there anyone out here, with time and skills, to create a fork of psd that would support OpenRC, or even better both systemd and openrc, and provide patches so that daemon continue working with future versions of Firefox ?
(the same question has been posted on gentoo's subreddit)

