aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-09-10 12:19:45 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-09-10 16:10:05 +0200
commit381b7235433c95ff6e83dbb5bbf3ab96f2f9f462 (patch)
treef8a32514d8cde352c0fee2b04ef591128f540376 /contrib
parentee44b82b967929eaf8867d967a22428972b58d0a (diff)
Install systemd services with autotools
Diffstat (limited to 'contrib')
-rw-r--r--contrib/Makefile.am1
-rw-r--r--contrib/systemd/Makefile.am5
-rw-r--r--contrib/systemd/osmo-ggsn.service (renamed from contrib/osmo-ggsn.service)0
3 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..e6ad299
--- /dev/null
+++ b/contrib/systemd/Makefile.am
@@ -0,0 +1,5 @@
+if HAVE_SYSTEMD
+EXTRA_DIST = osmo-ggsn.service
+systemdsystemunit_DATA = \
+ osmo-ggsn.service
+endif
diff --git a/contrib/osmo-ggsn.service b/contrib/systemd/osmo-ggsn.service
index c75325d..c75325d 100644
--- a/contrib/osmo-ggsn.service
+++ b/contrib/systemd/osmo-ggsn.service