diff options
author | Kay Sievers <kay@vrfy.org> | 2014-06-14 22:16:46 +0200 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2014-06-14 22:17:15 +0200 |
commit | 3a0efd7030af9d08a791626ace940805aeafd565 (patch) | |
tree | 51ef75e25e0c3fa40f3ff566140592388044df36 /units | |
parent | 4f561e8e4364e36345940d4376a9750a829f382f (diff) |
sysusers: order before tmpfiles which need the ids
Diffstat (limited to 'units')
-rw-r--r-- | units/systemd-sysusers.service.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-sysusers.service.in b/units/systemd-sysusers.service.in index a4c7714155..cd65cc8980 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 |