diff --git a/bin/init.d/Makefile b/bin/init.d/Makefile index aaa147a7..475f01df 100644 --- a/bin/init.d/Makefile +++ b/bin/init.d/Makefile @@ -26,13 +26,13 @@ install: ${SCRIPTS} install -d ${SERVICEDIR} install -m 0644 ${SERVICES} ${SERVICEDIR} install -d ${SERVICEDIR}/ceph-mon@.service.d - install -m 0644 pve.conf ${SERVICEDIR}/ceph-mon@.service.d + install -m 0644 ceph-after-pve-cluster.conf ${SERVICEDIR}/ceph-mon@.service.d install -d ${SERVICEDIR}/ceph-osd@.service.d - install -m 0644 pve.conf ${SERVICEDIR}/ceph-osd@.service.d + install -m 0644 ceph-after-pve-cluster.conf ${SERVICEDIR}/ceph-osd@.service.d install -d ${SERVICEDIR}/ceph-disk@.service.d - install -m 0644 pve.conf ${SERVICEDIR}/ceph-disk@.service.d + install -m 0644 ceph-after-pve-cluster.conf ${SERVICEDIR}/ceph-disk@.service.d install -d ${SERVICEDIR}/ceph-mds@.service.d - install -m 0644 pve.conf ${SERVICEDIR}/ceph-mds@.service.d + install -m 0644 ceph-after-pve-cluster.conf ${SERVICEDIR}/ceph-mds@.service.d install -d ${DESTDIR}/usr/share/doc/{$PACKAGE}/examples/ install -m 0644 ceph.service ${DESTDIR}/usr/share/doc/${PACKAGE}/examples/ceph.service diff --git a/bin/init.d/pve.conf b/bin/init.d/ceph-after-pve-cluster.conf similarity index 100% rename from bin/init.d/pve.conf rename to bin/init.d/ceph-after-pve-cluster.conf