]> git.proxmox.com Git - pve-manager.git/blame - bin/init.d/Makefile
postinst: remove pvebanner call
[pve-manager.git] / bin / init.d / Makefile
CommitLineData
beb651ee
DM
1include ../../defines.mk
2
3all:
4
6675a064
DM
5SERVICES= \
6 pvebanner.service \
7 pvenetcommit.service \
8 pvestatd.service \
57de747b 9 pve-guests.service \
6675a064
DM
10 pvedaemon.service \
11 pveproxy.service \
c6723ee5 12 spiceproxy.service \
0dfd4a94
WL
13 pve-storage.target \
14 pvesr.service \
15 pvesr.timer
beb651ee 16
7755aa88
TL
17.PHONY: install
18install: ${SERVICES}
6675a064
DM
19 install -d ${SERVICEDIR}
20 install -m 0644 ${SERVICES} ${SERVICEDIR}
b8fb9fb0 21 install -d ${SERVICEDIR}/ceph-mon@.service.d
cf41f67a 22 install -m 0644 ceph-after-pve-cluster.conf ${SERVICEDIR}/ceph-mon@.service.d
040f1aeb
FG
23 install -d ${SERVICEDIR}/ceph-mgr@.service.d
24 install -m 0644 ceph-after-pve-cluster.conf ${SERVICEDIR}/ceph-mgr@.service.d
b8fb9fb0 25 install -d ${SERVICEDIR}/ceph-osd@.service.d
cf41f67a 26 install -m 0644 ceph-after-pve-cluster.conf ${SERVICEDIR}/ceph-osd@.service.d
b8fb9fb0 27 install -d ${SERVICEDIR}/ceph-disk@.service.d
cf41f67a 28 install -m 0644 ceph-after-pve-cluster.conf ${SERVICEDIR}/ceph-disk@.service.d
b8fb9fb0 29 install -d ${SERVICEDIR}/ceph-mds@.service.d
cf41f67a 30 install -m 0644 ceph-after-pve-cluster.conf ${SERVICEDIR}/ceph-mds@.service.d
d30ab140 31 install -d ${DESTDIR}/usr/share/doc/${PACKAGE}/examples/
b8fb9fb0 32 install -m 0644 ceph.service ${DESTDIR}/usr/share/doc/${PACKAGE}/examples/ceph.service
beb651ee 33
beb651ee
DM
34.PHONY: clean
35clean:
36 rm -rf *~