aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/contrib/systemd
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/contrib/systemd')
-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