summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2018-09-16 08:56:00 +0200
committerRuben Undheim <ruben.undheim@gmail.com>2018-09-16 09:01:02 +0200
commitfc858fbef088011cecaa10d821c0d8f2681edf17 (patch)
treed3fa647451b0fed7c1f93566102041443b5fea00 /debian
parente399fac8b267fc011f06e81b8134cb1869244262 (diff)
Simple default configuration installed. Do not start service at install
Diffstat (limited to 'debian')
-rw-r--r--debian/osmo-stp.cfg4
-rw-r--r--debian/osmo-stp.install1
-rwxr-xr-xdebian/rules4
3 files changed, 7 insertions, 2 deletions
diff --git a/debian/osmo-stp.cfg b/debian/osmo-stp.cfg
new file mode 100644
index 0000000..642623b
--- /dev/null
+++ b/debian/osmo-stp.cfg
@@ -0,0 +1,4 @@
+cs7 instance 0
+ xua rkm routing-key-allocation dynamic-permitted
+ listen m3ua 2905
+ accept-asp-connections dynamic-permitted
diff --git a/debian/osmo-stp.install b/debian/osmo-stp.install
index cf80326..26d5aad 100644
--- a/debian/osmo-stp.install
+++ b/debian/osmo-stp.install
@@ -1 +1,2 @@
usr/bin/osmo-stp
+debian/osmo-stp.cfg etc/osmocom/
diff --git a/debian/rules b/debian/rules
index 780debd..c63d1c4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,5 +28,5 @@ override_dh_auto_test:
dh_auto_test || (find . -name testsuite.log -exec cat {} \; ; false) \
fi
-override_dh_installinit:
- dh_installinit --no-scripts
+override_dh_installsystemd:
+ dh_installsystemd --no-enable --no-start