]> err.no Git - systemd/commitdiff
Explicitly order debian-fixup before sysinit.target
authorTollef Fog Heen <tfheen@err.no>
Tue, 13 Mar 2012 16:46:54 +0000 (17:46 +0100)
committerTollef Fog Heen <tfheen@err.no>
Tue, 13 Mar 2012 16:46:54 +0000 (17:46 +0100)
debian/changelog
debian/debian-fixup.service

index a5e0633b942098049f83a33e5775989493b34edb..b8a29ea9c2d062ce5f93a81192eff1c714827a84 100644 (file)
@@ -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 <tfheen@debian.org>  Thu, 08 Mar 2012 15:16:10 +0100
 
index 68484667c94e0bf7cc4582c6df807b512d8de1c7..70840aeebe05293b13a4a8aa42923e80f9583e5b 100644 (file)
@@ -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