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/.gitignore | |
parent | 453a0c2946da620f99825d39db335e9ea9861829 (diff) |
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/.gitignore')
-rw-r--r-- | units/.gitignore | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/units/.gitignore b/units/.gitignore index 606d947634..307e09d249 100644 --- a/units/.gitignore +++ b/units/.gitignore @@ -41,8 +41,7 @@ /systemd-remount-fs.service /systemd-vconsole-setup.service /systemd-shutdownd.service -/systemd-random-seed-load.service -/systemd-random-seed-save.service +/systemd-random-seed.service /systemd-initctl.service /getty@.service /systemd-update-utmp-runlevel.service |