From 677d229fdba9c726270cfad934b4dafe14fc8a65 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: Ifdaf4107167c84af8a616f4ee792d5a34495564b --- contrib/systemd/osmo-msc.service | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 contrib/systemd/osmo-msc.service (limited to 'contrib') diff --git a/contrib/systemd/osmo-msc.service b/contrib/systemd/osmo-msc.service new file mode 100644 index 000000000..2c81ebae5 --- /dev/null +++ b/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