From 8de79d472d42ddc1337c66e34ed7f26758353e6b Mon Sep 17 00:00:00 2001 From: Daniel Willmann Date: Mon, 8 May 2017 13:04:49 +0200 Subject: contrib: Add osmo-msc service file Change-Id: I60b1b134beec741c50df4c32d44ed51b720e12c9 --- openbsc/contrib/systemd/osmo-msc.service | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 openbsc/contrib/systemd/osmo-msc.service diff --git a/openbsc/contrib/systemd/osmo-msc.service b/openbsc/contrib/systemd/osmo-msc.service new file mode 100644 index 000000000..2c81ebae5 --- /dev/null +++ b/openbsc/contrib/systemd/osmo-msc.service @@ -0,0 +1,13 @@ +[Unit] +Description=Osmocom Mobile Switching Center (MSC) +Wants=osmo-hlr +After=osmo-hlr + +[Service] +Type=simple +Restart=always +ExecStart=/usr/bin/osmo-msc -c /etc/osmocom/osmo-msc.cfg +RestartSec=2 + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3