From: Tollef Fog Heen Date: Tue, 13 Mar 2012 16:46:54 +0000 (+0100) Subject: Explicitly order debian-fixup before sysinit.target X-Git-Tag: 44-1~13 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9fba37bd525d7879d46896d6505bb6f300b0e7b;p=systemd Explicitly order debian-fixup before sysinit.target --- diff --git a/debian/changelog b/debian/changelog index a5e0633b..b8a29ea9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,9 @@ systemd (43-2) UNRELEASED; urgency=low * Output "reloading systemd message" to stderr, to prevent confusing debconf. * Only rmdir /lib/init/rw if it exists. + * Explicitly order debian-fixup before sysinit.target to prevent a + possible race condition with the creation of sockets. Thanks to + Michael Biebl for debugging this. -- Tollef Fog Heen Thu, 08 Mar 2012 15:16:10 +0100 diff --git a/debian/debian-fixup.service b/debian/debian-fixup.service index 68484667..70840aee 100644 --- a/debian/debian-fixup.service +++ b/debian/debian-fixup.service @@ -1,6 +1,6 @@ [Unit] Description=Various fixups to make systemd work better on Debian -Before=var-run.mount var-lock.mount +Before=var-run.mount var-lock.mount sysinit.target After=remount-rootfs.service DefaultDependencies=no