From ebe55aa95a11bff56779e1354cf8f6640a1a7a9e Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 21 Mar 2014 17:43:19 +0100 Subject: systemd: Add service for the osmo-sgsn Fixes: SYS#175 --- openbsc/contrib/systemd/osmo-sgsn.service | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 openbsc/contrib/systemd/osmo-sgsn.service (limited to 'openbsc/contrib') 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 -- cgit v1.2.3