From d58ddb2c4e6534c4d3db90beb2692b67e3a9b83a Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Mon, 10 Sep 2018 13:00:44 +0200 Subject: Install systemd services with autotools Change-Id: I015ac3fbe5adc551b76bac5c15ad93d30d0d2b6e --- contrib/systemd/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 contrib/systemd/Makefile.am (limited to 'contrib/systemd') diff --git a/contrib/systemd/Makefile.am b/contrib/systemd/Makefile.am new file mode 100644 index 000000000..5119adfd6 --- /dev/null +++ b/contrib/systemd/Makefile.am @@ -0,0 +1,5 @@ +if HAVE_SYSTEMD +EXTRA_DIST = osmo-bsc.service +systemdsystemunit_DATA = \ + osmo-bsc.service +endif -- cgit v1.2.3