diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-09-28 03:18:23 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-09-28 03:18:23 +0200 |
commit | c0a1b6e92682facf74412ca77daeedcc60cb3115 (patch) | |
tree | 9a8e6808973e615749eb700da56db1e13f0b6a78 /units/systemd-random-seed-load.service.in | |
parent | 5008d5815a6223f01c9fc4c803ec6ec18c8f4e54 (diff) |
units: enable mount units by default and hook binary units into base.target instead of sysinit.target, leaving the latter for sysv compatibility
Diffstat (limited to 'units/systemd-random-seed-load.service.in')
-rw-r--r-- | units/systemd-random-seed-load.service.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/units/systemd-random-seed-load.service.in b/units/systemd-random-seed-load.service.in index 087f7b6800..93cba95a6b 100644 --- a/units/systemd-random-seed-load.service.in +++ b/units/systemd-random-seed-load.service.in @@ -8,6 +8,7 @@ [Unit] Description=Load Random Seed DefaultDependencies=no +Wants=local-fs.target After=local-fs.target Conflicts=shutdown.target Before=shutdown.target |