aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Nykryn <lnykryn@redhat.com>2016-06-09 15:21:21 +0200
committerLukas Nykryn <lnykryn@redhat.com>2016-06-09 15:21:21 +0200
commite6a260693b01d8c5854d39a4ed1878db26b2c916 (patch)
treeb4a4881085cf1d3167c1df950176ed7d39bb80b9
parent10657155b09570319f671fd0c99c57e28e07683d (diff)
downloadinitscripts-e6a260693b01d8c5854d39a4ed1878db26b2c916.tar
initscripts-e6a260693b01d8c5854d39a4ed1878db26b2c916.tar.gz
initscripts-e6a260693b01d8c5854d39a4ed1878db26b2c916.tar.bz2
initscripts-e6a260693b01d8c5854d39a4ed1878db26b2c916.tar.xz
initscripts-e6a260693b01d8c5854d39a4ed1878db26b2c916.zip
rhel-dmesg: don't start in containers
Resolves: #1306050
-rw-r--r--systemd/system/rhel-dmesg.service1
1 files changed, 1 insertions, 0 deletions
diff --git a/systemd/system/rhel-dmesg.service b/systemd/system/rhel-dmesg.service
index ad5ae1cb..cbdfa187 100644
--- a/systemd/system/rhel-dmesg.service
+++ b/systemd/system/rhel-dmesg.service
@@ -1,6 +1,7 @@
[Unit]
Description=Dump dmesg to /var/log/dmesg
After=basic.target
+ConditionVirtualization=!container
[Service]
Type=oneshot