mirror of
https://github.com/ceph/ceph
synced 2024-12-18 17:37:38 +00:00
9224ac2ad2
Fixes: #13374 Signed-off-by: Boris Ranto <branto@redhat.com>
20 lines
326 B
Makefile
20 lines
326 B
Makefile
unitfiles = \
|
|
ceph.target \
|
|
ceph-mds@.service \
|
|
ceph-mon@.service \
|
|
ceph-create-keys@.service \
|
|
ceph-osd@.service \
|
|
ceph-radosgw@.service \
|
|
ceph-disk@.service \
|
|
rbdmap.service
|
|
|
|
unitdir = $(systemd_unit_dir)
|
|
|
|
unit_DATA = $(unitfiles)
|
|
|
|
EXTRA_DIST = \
|
|
$(unitfiles) \
|
|
ceph \
|
|
ceph.tmpfiles.d \
|
|
ceph-radosgw-prestart.sh
|