]> git.proxmox.com Git - pve-manager.git/blob - services/Makefile
ui: lxc/qemu: add disk reassign and action submenu
[pve-manager.git] / services / Makefile
1 include ../defines.mk
2
3 all:
4
5 SERVICES= \
6 pvebanner.service \
7 pvenetcommit.service \
8 pvestatd.service \
9 pve-guests.service \
10 pvedaemon.service \
11 pveproxy.service \
12 spiceproxy.service \
13 pve-storage.target \
14 pve-daily-update.service\
15 pve-daily-update.timer \
16 pvescheduler.service
17
18 .PHONY: install
19 install: ${SERVICES}
20 install -d ${SERVICEDIR}
21 install -m 0644 ${SERVICES} ${SERVICEDIR}
22 install -d ${SERVICEDIR}/ceph-mon@.service.d
23 install -m 0644 ceph-after-pve-cluster.conf ${SERVICEDIR}/ceph-mon@.service.d
24 install -d ${SERVICEDIR}/ceph-mgr@.service.d
25 install -m 0644 ceph-after-pve-cluster.conf ${SERVICEDIR}/ceph-mgr@.service.d
26 install -d ${SERVICEDIR}/ceph-osd@.service.d
27 install -m 0644 ceph-after-pve-cluster.conf ${SERVICEDIR}/ceph-osd@.service.d
28 install -d ${SERVICEDIR}/ceph-disk@.service.d
29 install -m 0644 ceph-after-pve-cluster.conf ${SERVICEDIR}/ceph-disk@.service.d
30 install -d ${SERVICEDIR}/ceph-mds@.service.d
31 install -m 0644 ceph-after-pve-cluster.conf ${SERVICEDIR}/ceph-mds@.service.d
32 install -d ${DESTDIR}/usr/share/doc/${PACKAGE}/examples/
33
34 .PHONY: clean
35 clean:
36 rm -rf *~