summaryrefslogtreecommitdiff
path: root/units/systemd-tmpfiles-setup-dev.service.in
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-06-15 23:42:53 +0200
committerLennart Poettering <lennart@poettering.net>2014-06-15 23:42:53 +0200
commit2db7648aa8bc9a31342d82a3fa0e63664cae5431 (patch)
treedece15abdc3bdd314513b6cba46014235973afb0 /units/systemd-tmpfiles-setup-dev.service.in
parentd4c6d50a2adfe61c21c5ac5598a301a35b10ef1c (diff)
units: bring systemd-tmpfiles-setup-dev.service closer to systemd-tmpfiles-setup.service
Among other things, order both services relative to systemd-sysusers.service in the same direction.
Diffstat (limited to 'units/systemd-tmpfiles-setup-dev.service.in')
-rw-r--r--units/systemd-tmpfiles-setup-dev.service.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/units/systemd-tmpfiles-setup-dev.service.in b/units/systemd-tmpfiles-setup-dev.service.in
index 05b60a1a7..b9cfc53bd 100644
--- a/units/systemd-tmpfiles-setup-dev.service.in
+++ b/units/systemd-tmpfiles-setup-dev.service.in
@@ -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]