diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-05-23 04:02:56 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-05-23 04:02:56 +0200 |
commit | 8d59c9b490a60da839c6975ee53c22b5fce2384c (patch) | |
tree | 0bba238cae843d18320a0220fd2452ded89c3196 /units | |
parent | 7b63bde1ed0d4f30c799c9b4737fa926465929f9 (diff) |
readahead: use Conflicts= instead of masking to get rid of readahead units
Diffstat (limited to 'units')
-rw-r--r-- | units/system-update.target | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/system-update.target b/units/system-update.target index 5f638792d1..381f3f9a6a 100644 --- a/units/system-update.target +++ b/units/system-update.target @@ -10,7 +10,7 @@ Description=System Update Documentation=http://freedesktop.org/wiki/Software/systemd/SystemUpdates Documentation=man:systemd.special(7) Requires=sysinit.target -Conflicts=shutdown.target +Conflicts=shutdown.target systemd-readahead-collect.service systemd-readahead-replay.service After=sysinit.target Before=shutdown.target AllowIsolate=yes |