Control: tag -1 fixed-upstream On Thu, Jun 02, 2022 at 01:01:11PM +0200, Michael Biebl wrote: > Since we only need to ensure, that systemd-binfmt.service and > binfmt-support.service do not run concurrently (and both trying to access > /proc/sys/fs/binfmt_misc/register), we simply need to apply a proper > ordering. > Thankfully, this is rather simple and the attached patch is even more > minimal then the previous one. > I chose to run binfmt-support.service after systemd-binfmt.service, as the > former is pulled in via multi-user.target and the latter via sysinit.target.
Thanks, makes sense. I've pushed this patch upstream (https://gitlab.com/cjwatson/binfmt-support/-/commit/54f0e1af8a). -- Colin Watson (he/him) [[email protected]]

