aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-09-10 13:00:44 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-09-13 13:58:26 +0000
commitd58ddb2c4e6534c4d3db90beb2692b67e3a9b83a (patch)
tree02b1602ec978fc8500793ecce1e5443837a6aaa5 /contrib
parent526b4a5f350725d312c6739cf6abdcef040b698c (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 000000000..3439c97be
--- /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 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