From: Victor Westerhuis Date: Sun, 3 Sep 2023 11:31:46 +0000 (+0200) Subject: userdbd: Order systemd-userdbd.service after systemd-remount-fs.service X-Git-Tag: v255-rc1~596 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9dd88582813b6dbeea6ce336f70cae681e6cbfc6;p=thirdparty%2Fsystemd.git userdbd: Order systemd-userdbd.service after systemd-remount-fs.service Otherwise the root filesystem might still be readonly and systemd-userdbd fails to start. Explicitly pick systemd-remount-fs.service instead of local-fs-pre.target to prevent a dependency cycle. --- diff --git a/units/systemd-userdbd.service.in b/units/systemd-userdbd.service.in index 1c092654b99..407e9204a5f 100644 --- a/units/systemd-userdbd.service.in +++ b/units/systemd-userdbd.service.in @@ -11,7 +11,7 @@ Description=User Database Manager Documentation=man:systemd-userdbd.service(8) Requires=systemd-userdbd.socket -After=systemd-userdbd.socket +After=systemd-userdbd.socket systemd-remount-fs.service Before=sysinit.target DefaultDependencies=no