diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-06-15 23:42:53 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-06-15 23:42:53 +0200 |
commit | 2db7648aa8bc9a31342d82a3fa0e63664cae5431 (patch) | |
tree | dece15abdc3bdd314513b6cba46014235973afb0 /units/systemd-sysusers.service.in | |
parent | d4c6d50a2adfe61c21c5ac5598a301a35b10ef1c (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-sysusers.service.in')
-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 cd65cc8980..a4c7714155 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 |