From: Oguz Bektas Date: Mon, 14 Jan 2019 10:34:37 +0000 (+0100) Subject: fix #2049: avoid conflict with chrony service X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=2c7182b76f59b32efaba3135c095b9c722957af1;p=pve-cluster.git fix #2049: avoid conflict with chrony service Do not depend on a specific time synchronizing daemon but allow any by depend on the general time-sync.target Signed-off-by: Oguz Bektas Tested-by: Thomas Lamprecht --- diff --git a/debian/pve-cluster.service b/debian/pve-cluster.service index cebe4ee..9cd1a0e 100644 --- a/debian/pve-cluster.service +++ b/debian/pve-cluster.service @@ -2,14 +2,14 @@ Description=The Proxmox VE cluster filesystem ConditionFileIsExecutable=/usr/bin/pmxcfs Wants=corosync.service -Wants=systemd-timesyncd.service +Wants=time-sync.target Wants=rrdcached.service Before=corosync.service Before=ceph.service Before=cron.service After=network.target After=sys-fs-fuse-connections.mount -After=systemd-timesyncd.service +After=time-sync.target After=rrdcached.service DefaultDependencies=no Before=shutdown.target