aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/contrib/systemd/osmo-bsc-sccplite.service
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/contrib/systemd/osmo-bsc-sccplite.service')
-rw-r--r--openbsc/contrib/systemd/osmo-bsc-sccplite.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/openbsc/contrib/systemd/osmo-bsc-sccplite.service b/openbsc/contrib/systemd/osmo-bsc-sccplite.service
new file mode 100644
index 000000000..70cda5f63
--- /dev/null
+++ b/openbsc/contrib/systemd/osmo-bsc-sccplite.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=OpenBSC BSC
+Wants=osmo-bsc-mgcp.service
+
+[Service]
+Type=simple
+Restart=always
+ExecStart=/usr/bin/osmo-bsc-sccplite -c /etc/osmocom/osmo-bsc-sccplite.cfg -s
+RestartSec=2
+
+[Install]
+WantedBy=multi-user.target