aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/systemd
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-09-10 12:09:47 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-09-10 16:10:03 +0200
commita68b6828c818935ce9806960b7eefeafa21dac93 (patch)
treedbf8810112180d9a4f5c8b2ad5238044c25d2a62 /contrib/systemd
parentb69c902fe027709e83e76607799a0dc724c0dee5 (diff)
Install systemd services with autotools
Diffstat (limited to 'contrib/systemd')
-rw-r--r--contrib/systemd/Makefile.am5
1 files changed, 5 insertions, 0 deletions
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