From 8c0cad97c756f6094a451a879cfa18d49456e177 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Fri, 29 Aug 2025 05:34:32 +0900 Subject: [PATCH] units: portabled requires /dev/loop-control Fixes #38692. --- units/systemd-portabled.service.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/units/systemd-portabled.service.in b/units/systemd-portabled.service.in index b4ec252c039..cad2830b64b 100644 --- a/units/systemd-portabled.service.in +++ b/units/systemd-portabled.service.in @@ -12,6 +12,8 @@ Description=Portable Service Manager Documentation=man:systemd-portabled.service(8) Documentation=man:org.freedesktop.portable1(5) RequiresMountsFor=/var/lib/portables +Wants=modprobe@loop.service +After=modprobe@loop.service [Service] ExecStart={{LIBEXECDIR}}/systemd-portabled -- 2.47.3