diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-04-24 13:12:29 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-04-24 13:14:40 +0200 |
commit | 3b2d5b02ae231f1d3eb0d96eb980155d7797304e (patch) | |
tree | 0ba7982fdfc66ddfca030ca772b8d3286f7ea3c0 /units/systemd-readahead-collect.service.in | |
parent | 5273510e9f228a300ec6207d4502f1c6253aed5e (diff) |
readahead: rather than checking for virtualization in the C code, use ConditionVirtualization= in the unit
Diffstat (limited to 'units/systemd-readahead-collect.service.in')
-rw-r--r-- | units/systemd-readahead-collect.service.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/units/systemd-readahead-collect.service.in b/units/systemd-readahead-collect.service.in index 63840b916b..c5e1d5274f 100644 --- a/units/systemd-readahead-collect.service.in +++ b/units/systemd-readahead-collect.service.in @@ -11,6 +11,7 @@ DefaultDependencies=no Wants=systemd-readahead-done.timer Conflicts=shutdown.target Before=sysinit.target shutdown.target +ConditionVirtualization=no [Service] Type=notify |