mirror of
https://github.com/ceph/ceph
synced 2024-12-18 01:16:55 +00:00
8e13d89f0f
This is for storing the rgw socket files for fastcgi, which we do not want to enable by default. Signed-off-by: Sage Weil <sage@redhat.com>
19 lines
308 B
Makefile
19 lines
308 B
Makefile
unitfiles = \
|
|
ceph.target \
|
|
ceph-mds@.service \
|
|
ceph-mon@.service \
|
|
ceph-create-keys@.service \
|
|
ceph-osd@.service \
|
|
ceph-radosgw@.service \
|
|
ceph-disk@.service
|
|
|
|
unitdir = $(systemd_unit_dir)
|
|
|
|
unit_DATA = $(unitfiles)
|
|
|
|
EXTRA_DIST = \
|
|
$(unitfiles) \
|
|
ceph \
|
|
ceph.tmpfiles.d \
|
|
ceph-radosgw-prestart.sh
|