1
0
mirror of https://github.com/ceph/ceph synced 2024-12-26 13:33:57 +00:00
ceph/systemd/Makefile.am
Sage Weil f1b80e99b0 systemd: consolidate into a single ceph-disk@.service
This simple service will 'ceph-disk trigger DEV --sync'.

Signed-off-by: Sage Weil <sage@redhat.com>
2015-09-01 11:22:25 -04:00

20 lines
334 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-rgw.tmpfiles.d.in \
ceph-radosgw-prestart.sh