]> git.proxmox.com Git - pve-manager.git/blame - services/Makefile
ui: storage browser: add item double-click handler for guest import
[pve-manager.git] / services / Makefile
CommitLineData
6d820e34 1include ../defines.mk
beb651ee
DM
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 13 pve-storage.target \
3877d4bf
TL
14 pve-daily-update.service\
15 pve-daily-update.timer \
6385fb81 16 pvescheduler.service
beb651ee 17
7755aa88 18.PHONY: install
147d67c4
TL
19install: $(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-volume@.service.d
29 install -m 0644 ceph-after-pve-cluster.conf $(SERVICEDIR)/ceph-volume@.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/
beb651ee 33
beb651ee
DM
34.PHONY: clean
35clean:
36 rm -rf *~