aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-03-21 17:43:19 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-03-21 17:43:19 +0100
commitebe55aa95a11bff56779e1354cf8f6640a1a7a9e (patch)
tree08607b62c732dec2e60b531efb48462bf01497ed /openbsc
parent2826cb58bb220f67345c4fc2b027432a1f570aad (diff)
systemd: Add service for the osmo-sgsn
Fixes: SYS#175
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/contrib/systemd/osmo-sgsn.service8
1 files changed, 8 insertions, 0 deletions
diff --git a/openbsc/contrib/systemd/osmo-sgsn.service b/openbsc/contrib/systemd/osmo-sgsn.service
new file mode 100644
index 000000000..afd0f40d1
--- /dev/null
+++ b/openbsc/contrib/systemd/osmo-sgsn.service
@@ -0,0 +1,8 @@
+[Unit]
+Description=OpenBSC SGSN
+
+[Service]
+Type=simple
+Restart=always
+ExecStart=/usr/bin/osmo-sgsn -c /etc/osmocom/osmo-sgsn.cfg
+RestartSec=2