Blame 0015-vdsmd.service-require-either-ntpd-or-chronyd.patch

83d581e
From 8a0e831eafedb0aefc6aadab7ac1448cab6b7643 Mon Sep 17 00:00:00 2001
83d581e
From: Dan Kenigsberg <danken@redhat.com>
83d581e
Date: Wed, 23 Jan 2013 10:27:01 +0200
83d581e
Subject: [PATCH 15/22] vdsmd.service: require either ntpd or chronyd
83d581e
83d581e
Fedora 18 ships with chronyd by default, which conflicts with ntpd. We
83d581e
do not really care which one of the two is running, as long as the host
83d581e
clock is synchronized. That's what requiring time-sync.target means.
83d581e
83d581e
Change-Id: Ie0605bea6d34c214aea8814a72a03e9ad2883fdb
83d581e
Signed-off-by: Dan Kenigsberg <danken@redhat.com>
83d581e
Reviewed-on: http://gerrit.ovirt.org/11291
83d581e
Reviewed-by: Zhou Zheng Sheng <zhshzhou@linux.vnet.ibm.com>
83d581e
Reviewed-by: Antoni Segura Puimedon <asegurap@redhat.com>
83d581e
Reviewed-on: http://gerrit.ovirt.org/11366
83d581e
Reviewed-by: Federico Simoncelli <fsimonce@redhat.com>
83d581e
Tested-by: Federico Simoncelli <fsimonce@redhat.com>
83d581e
---
83d581e
 vdsm/vdsmd.service | 2 +-
83d581e
 1 file changed, 1 insertion(+), 1 deletion(-)
83d581e
83d581e
diff --git a/vdsm/vdsmd.service b/vdsm/vdsmd.service
83d581e
index 6a650f4..9823b34 100644
83d581e
--- a/vdsm/vdsmd.service
83d581e
+++ b/vdsm/vdsmd.service
83d581e
@@ -1,6 +1,6 @@
83d581e
 [Unit]
83d581e
 Description=Virtual Desktop Server Manager
83d581e
-Requires=multipathd.service libvirtd.service ntpd.service
83d581e
+Requires=multipathd.service libvirtd.service time-sync.target
83d581e
 Conflicts=libvirt-guests.service
83d581e
 
83d581e
 [Service]
83d581e
-- 
83d581e
1.8.1
83d581e