initial skeleton

Change-Id: I706aa9e11a646aad71bb310fa552d0bdb5084d4b
diff --git a/contrib/systemd/osmo-smlc.service b/contrib/systemd/osmo-smlc.service
new file mode 100644
index 0000000..23a8f86
--- /dev/null
+++ b/contrib/systemd/osmo-smlc.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Osmocom Serving Mobile Location Center (SMLC)
+
+[Service]
+Type=simple
+Restart=always
+ExecStart=/usr/bin/osmo-smlc -c /etc/osmocom/osmo-smlc.cfg -s
+RestartSec=2
+
+[Install]
+WantedBy=multi-user.target