chiark / gitweb /
units: bring systemd-tmpfiles-setup-dev.service closer to systemd-tmpfiles-setup...
authorLennart Poettering <lennart@poettering.net>
Sun, 15 Jun 2014 21:42:53 +0000 (23:42 +0200)
committerLennart Poettering <lennart@poettering.net>
Sun, 15 Jun 2014 21:42:53 +0000 (23:42 +0200)
Among other things, order both services relative to
systemd-sysusers.service in the same direction.

units/systemd-sysusers.service.in
units/systemd-tmpfiles-setup-dev.service.in

index cd65cc898066be2ef6c904d0c929db2ad7f5acd8..a4c77141557c73733000db86286bce350170fe99 100644 (file)
@@ -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-tmpfiles-setup-dev.service systemd-update-done.service
+Before=sysinit.target shutdown.target systemd-update-done.service
 RefuseManualStart=yes
 RefuseManualStop=yes
 ConditionNeedsUpdate=/etc
index 05b60a1a7ded4b7dcb7d6ee99709024456cc6ba2..b9cfc53bd140001711b39f63c6b4934bedef01f6 100644 (file)
@@ -9,7 +9,9 @@
 Description=Create Static Device Nodes in /dev
 Documentation=man:tmpfiles.d(5) man:systemd-tmpfiles(8)
 DefaultDependencies=no
-Before=sysinit.target local-fs-pre.target systemd-udevd.service
+Conflicts=shutdown.target
+After=systemd-readahead-collect.service systemd-readahead-replay.service systemd-sysusers.service
+Before=sysinit.target local-fs-pre.target systemd-udevd.service shutdown.target
 ConditionCapability=CAP_MKNOD
 
 [Service]