From a68b6828c818935ce9806960b7eefeafa21dac93 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Mon, 10 Sep 2018 12:09:47 +0200 Subject: Install systemd services with autotools Change-Id: I90f1efc4433ec641a28931d5c19e2301a67cf1e9 --- contrib/Makefile.am | 1 + contrib/systemd/Makefile.am | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 contrib/Makefile.am create mode 100644 contrib/systemd/Makefile.am (limited to 'contrib') diff --git a/contrib/Makefile.am b/contrib/Makefile.am new file mode 100644 index 0000000..3439c97 --- /dev/null +++ b/contrib/Makefile.am @@ -0,0 +1 @@ +SUBDIRS = systemd diff --git a/contrib/systemd/Makefile.am b/contrib/systemd/Makefile.am new file mode 100644 index 0000000..507be2d --- /dev/null +++ b/contrib/systemd/Makefile.am @@ -0,0 +1,5 @@ +if HAVE_SYSTEMD +EXTRA_DIST = osmo-hnbgw.service +systemdsystemunit_DATA = \ + osmo-hnbgw.service +endif -- cgit v1.2.3