From: Sage Weil Date: Mon, 27 Jul 2015 18:38:45 +0000 (-0400) Subject: system: include all unit files X-Git-Tag: v9.1.0~439^2~16 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=43d6b121495c8f571a29fdd29a151574f4bc1ecb;p=ceph.git system: include all unit files Signed-off-by: Sage Weil --- diff --git a/systemd/Makefile.am b/systemd/Makefile.am index 70f41bccd2f..8c7c12811ff 100644 --- a/systemd/Makefile.am +++ b/systemd/Makefile.am @@ -2,10 +2,16 @@ unitfiles = \ ceph.target \ ceph-mds@.service \ ceph-mon@.service \ - ceph-osd@.service + ceph-osd@.service \ + ceph-radosgw@.service unitdir = $(systemd_unit_dir) unit_DATA = $(unitfiles) -EXTRA_DIST = $(unitfiles) +EXTRA_DIST = \ + $(unitfiles) \ + ceph \ + ceph.tmpfiles.d \ + ceph-rgw.tmpfiles.d.in \ + ceph-radosgw-prestart.sh