diff options
author | Lukas Nykryn <lnykryn@redhat.com> | 2016-06-09 15:21:21 +0200 |
---|---|---|
committer | Lukas Nykryn <lnykryn@redhat.com> | 2016-06-09 15:21:21 +0200 |
commit | e6a260693b01d8c5854d39a4ed1878db26b2c916 (patch) | |
tree | b4a4881085cf1d3167c1df950176ed7d39bb80b9 /systemd | |
parent | 10657155b09570319f671fd0c99c57e28e07683d (diff) | |
download | initscripts-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
Diffstat (limited to 'systemd')
-rw-r--r-- | systemd/system/rhel-dmesg.service | 1 |
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 |