]> git.proxmox.com Git - pve-manager.git/blame - bin/init.d/Makefile
pveupdate: replace cron job with systemd timer
[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 13 pve-storage.target \
3877d4bf
TL
14 pve-daily-update.service\
15 pve-daily-update.timer \
0dfd4a94
WL
16 pvesr.service \
17 pvesr.timer
beb651ee 18
7755aa88
TL
19.PHONY: install
20install: ${SERVICES}
6675a064
DM
21 install -d ${SERVICEDIR}
22 install -m 0644 ${SERVICES} ${SERVICEDIR}
b8fb9fb0 23 install -d ${SERVICEDIR}/ceph-mon@.service.d
cf41f67a 24 install -m 0644 ceph-after-pve-cluster.conf ${SERVICEDIR}/ceph-mon@.service.d
040f1aeb
FG
25 install -d ${SERVICEDIR}/ceph-mgr@.service.d
26 install -m 0644 ceph-after-pve-cluster.conf ${SERVICEDIR}/ceph-mgr@.service.d
b8fb9fb0 27 install -d ${SERVICEDIR}/ceph-osd@.service.d
cf41f67a 28 install -m 0644 ceph-after-pve-cluster.conf ${SERVICEDIR}/ceph-osd@.service.d
b8fb9fb0 29 install -d ${SERVICEDIR}/ceph-disk@.service.d
cf41f67a 30 install -m 0644 ceph-after-pve-cluster.conf ${SERVICEDIR}/ceph-disk@.service.d
b8fb9fb0 31 install -d ${SERVICEDIR}/ceph-mds@.service.d
cf41f67a 32 install -m 0644 ceph-after-pve-cluster.conf ${SERVICEDIR}/ceph-mds@.service.d
d30ab140 33 install -d ${DESTDIR}/usr/share/doc/${PACKAGE}/examples/
b8fb9fb0 34 install -m 0644 ceph.service ${DESTDIR}/usr/share/doc/${PACKAGE}/examples/ceph.service
beb651ee 35
beb651ee
DM
36.PHONY: clean
37clean:
38 rm -rf *~