From 367c794cb1ab701d6a28bdbaa5f7cd84e16a5e32 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 14 Sep 2015 10:58:15 -0400 Subject: [PATCH] systemd: no need to preprocess ceph-osd@service This used to be necessary but now is not. Signed-off-by: Sage Weil --- .gitignore | 1 - configure.ac | 1 - systemd/{ceph-osd@.service.in => ceph-osd@.service} | 0 3 files changed, 2 deletions(-) rename systemd/{ceph-osd@.service.in => ceph-osd@.service} (100%) diff --git a/.gitignore b/.gitignore index 557861a19335e..f6233f3e3e050 100644 --- a/.gitignore +++ b/.gitignore @@ -52,7 +52,6 @@ missing py-compile release stamp-h1 -systemd/ceph-osd@.service systemd/ceph-rgw.tmpfiles.d systemd/Makefile vgcore.* diff --git a/configure.ac b/configure.ac index 3ed736e7a7498..58c0b6bc592a3 100644 --- a/configure.ac +++ b/configure.ac @@ -1342,7 +1342,6 @@ AC_CONFIG_FILES([Makefile man/Makefile doc/Makefile selinux/Makefile - systemd/ceph-osd@.service systemd/ceph-rgw.tmpfiles.d ceph.spec]) AC_OUTPUT diff --git a/systemd/ceph-osd@.service.in b/systemd/ceph-osd@.service similarity index 100% rename from systemd/ceph-osd@.service.in rename to systemd/ceph-osd@.service