From: Lennart Poettering Date: Sun, 15 Jun 2014 21:42:53 +0000 (+0200) Subject: units: bring systemd-tmpfiles-setup-dev.service closer to systemd-tmpfiles-setup... X-Git-Tag: v215~422 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=2db7648aa8bc9a31342d82a3fa0e63664cae5431;ds=sidebyside 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. --- diff --git a/units/systemd-sysusers.service.in b/units/systemd-sysusers.service.in index cd65cc898..a4c771415 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-tmpfiles-setup-dev.service systemd-update-done.service +Before=sysinit.target shutdown.target systemd-update-done.service RefuseManualStart=yes RefuseManualStop=yes ConditionNeedsUpdate=/etc 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]