aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-09-10 12:27:21 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-09-10 16:09:59 +0200
commit6fe1c2220ad8a6d7d61af487b43adb11a21b79cb (patch)
tree007127cf1098d55673b86a10b1958ed7b4c1e318 /contrib
parent0da9f2f19cce314b3878ed35859c007e435316c7 (diff)
Install systemd services with autotools
Diffstat (limited to 'contrib')
-rw-r--r--contrib/Makefile.am1
-rw-r--r--contrib/systemd/Makefile.am5
2 files changed, 6 insertions, 0 deletions
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..520e720
--- /dev/null
+++ b/contrib/systemd/Makefile.am
@@ -0,0 +1,5 @@
+if HAVE_SYSTEMD
+EXTRA_DIST = osmo-hlr.service
+systemdsystemunit_DATA = \
+ osmo-hlr.service
+endif