From 97ba4062f892f349bc9695420bcd3e269b5747a7 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Mon, 10 Sep 2018 12:40:56 +0200 Subject: Install systemd services with autotools Change-Id: I103bf3468d53578045593eac31b61f7e0248495e --- contrib/Makefile.am | 1 + contrib/systemd/Makefile.am | 9 +++++++++ 2 files changed, 10 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 00000000..3439c97b --- /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 00000000..b644f340 --- /dev/null +++ b/contrib/systemd/Makefile.am @@ -0,0 +1,9 @@ +if HAVE_SYSTEMD +SYSTEMD_SERVICES = \ + osmo-gbproxy.service \ + osmo-gtphub.service \ + osmo-sgsn.service + +EXTRA_DIST = $(SYSTEMD_SERVICES) +systemdsystemunit_DATA = $(SYSTEMD_SERVICES) +endif -- cgit v1.2.1