From 64b6a2741af979d3a7e21c366d45e8de9e30d10a 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 (limited to 'openbsc') 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