initial skeleton

Change-Id: I706aa9e11a646aad71bb310fa552d0bdb5084d4b
diff --git a/contrib/systemd/Makefile.am b/contrib/systemd/Makefile.am
new file mode 100644
index 0000000..32cdc71
--- /dev/null
+++ b/contrib/systemd/Makefile.am
@@ -0,0 +1,6 @@
+EXTRA_DIST = osmo-smlc.service
+
+if HAVE_SYSTEMD
+systemdsystemunit_DATA = \
+  osmo-smlc.service
+endif
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