[systemd-commits] units/systemd-sysusers.service.in

Kay Sievers kay at kemper.freedesktop.org
Sat Jun 14 13:17:26 PDT 2014


 units/systemd-sysusers.service.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3a0efd7030af9d08a791626ace940805aeafd565
Author: Kay Sievers <kay at vrfy.org>
Date:   Sat Jun 14 22:16:46 2014 +0200

    sysusers: order before tmpfiles which need the ids

diff --git a/units/systemd-sysusers.service.in b/units/systemd-sysusers.service.in
index a4c7714..cd65cc8 100644
--- a/units/systemd-sysusers.service.in
+++ b/units/systemd-sysusers.service.in
@@ -11,7 +11,7 @@ Documentation=man:sysusers.d(5) man:systemd-sysusers.service(8)
 DefaultDependencies=no
 Conflicts=shutdown.target
 After=systemd-readahead-collect.service systemd-readahead-replay.service systemd-remount-fs.service
-Before=sysinit.target shutdown.target systemd-update-done.service
+Before=sysinit.target shutdown.target systemd-tmpfiles-setup-dev.service systemd-update-done.service
 RefuseManualStart=yes
 RefuseManualStop=yes
 ConditionNeedsUpdate=/etc



More information about the systemd-commits mailing list