]> git.proxmox.com Git - pve-manager.git/blame_incremental - services/Makefile
ui: storage browser: add item double-click handler for guest import
[pve-manager.git] / services / Makefile
... / ...
CommitLineData
1include ../defines.mk
2
3all:
4
5SERVICES= \
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
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/
33
34.PHONY: clean
35clean:
36 rm -rf *~