diff options
Diffstat (limited to 'units')
-rw-r--r-- | units/systemd-readahead-collect.service.in | 1 | ||||
-rw-r--r-- | units/systemd-readahead-replay.service.in | 1 |
2 files changed, 2 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 diff --git a/units/systemd-readahead-replay.service.in b/units/systemd-readahead-replay.service.in index ad27395d9a..7387ebac08 100644 --- a/units/systemd-readahead-replay.service.in +++ b/units/systemd-readahead-replay.service.in @@ -11,6 +11,7 @@ DefaultDependencies=no Conflicts=shutdown.target Before=sysinit.target shutdown.target ConditionPathExists=/.readahead +ConditionVirtualization=no [Service] Type=notify |