diff options
author | Kay Sievers <kay@vrfy.org> | 2014-06-17 03:34:09 +0200 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2014-06-17 03:34:09 +0200 |
commit | 01b85ba3add49db47a75a26c80a55d6af24de524 (patch) | |
tree | 8b5867f19c29e05a564a2f6c281707bb74c9f27a /units/systemd-timesyncd.service.in | |
parent | 75183a9be0651ec220ceaad26570da5fedba151c (diff) | |
download | systemd-01b85ba3add49db47a75a26c80a55d6af24de524.tar.gz |
timesyncd: do not start in virtualized environments
Diffstat (limited to 'units/systemd-timesyncd.service.in')
-rw-r--r-- | units/systemd-timesyncd.service.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/units/systemd-timesyncd.service.in b/units/systemd-timesyncd.service.in index 17b60d08c4..39edafc8d2 100644 --- a/units/systemd-timesyncd.service.in +++ b/units/systemd-timesyncd.service.in @@ -9,6 +9,7 @@ Description=Network Time Synchronization Documentation=man:systemd-timesyncd.service(8) ConditionCapability=CAP_SYS_TIME +ConditionVirtualization=no DefaultDependencies=no RequiresMountsFor=/var/lib/systemd/clock After=systemd-remount-fs.service systemd-tmpfiles-setup.service systemd-sysusers.service |