]> git.proxmox.com Git - pve-cluster.git/commitdiff
fix #2049: avoid conflict with chrony service
authorOguz Bektas <o.bektas@proxmox.com>
Mon, 14 Jan 2019 10:34:37 +0000 (11:34 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 14 Jan 2019 14:20:45 +0000 (15:20 +0100)
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 <o.bektas@proxmox.com>
Tested-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/pve-cluster.service

index cebe4ee46855cd7dc1b5267f8ddb3c534c52a3ba..9cd1a0e0ec4a610da8e557318d54d934d49ee401 100644 (file)
@@ -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