diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-05-15 22:38:51 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-05-15 22:38:51 +0200 |
commit | c35b956d34bbb8bb208e49e45de2c103ca11911c (patch) | |
tree | e3856d4fd3eb71a16028a4e73ac4b5454f87aa9e /units/systemd-tmpfiles-setup.service.in | |
parent | 453a0c2946da620f99825d39db335e9ea9861829 (diff) | |
download | systemd-c35b956d34bbb8bb208e49e45de2c103ca11911c.tar.gz |
units: rework systemd-random-seed-{load,save}.service to be a single service
That way ordering it with MountsRequiredFor= works properly, as this no
longer results in mount units start requests to be added to the shutdown
transaction that conflict with stop requests for the same unit.
Diffstat (limited to 'units/systemd-tmpfiles-setup.service.in')
-rw-r--r-- | units/systemd-tmpfiles-setup.service.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/units/systemd-tmpfiles-setup.service.in b/units/systemd-tmpfiles-setup.service.in index 4a3441c3ac..67c7d4af43 100644 --- a/units/systemd-tmpfiles-setup.service.in +++ b/units/systemd-tmpfiles-setup.service.in @@ -10,6 +10,7 @@ Description=Recreate Volatile Files and Directories Documentation=man:tmpfiles.d(5) man:systemd-tmpfiles(8) DefaultDependencies=no Wants=local-fs.target +Conflicts=shutdown.target After=systemd-readahead-collect.service systemd-readahead-replay.service local-fs.target Before=sysinit.target shutdown.target ConditionDirectoryNotEmpty=|/usr/lib/tmpfiles.d |