systemd: Saying these services restart once should be enough
diff --git a/openbsc/contrib/systemd/osmo-bsc-mgcp.service b/openbsc/contrib/systemd/osmo-bsc-mgcp.service
index 4b3df2c..7fa2ec0 100644
--- a/openbsc/contrib/systemd/osmo-bsc-mgcp.service
+++ b/openbsc/contrib/systemd/osmo-bsc-mgcp.service
@@ -5,5 +5,4 @@
 Type=simple
 Restart=always
 ExecStart=/usr/bin/osmo-bsc_mgcp -s -c /etc/osmocom/osmo-bsc-mgcp.cfg
-Restart=always
 RestartSec=2
diff --git a/openbsc/contrib/systemd/osmo-nitb.service b/openbsc/contrib/systemd/osmo-nitb.service
index 203aeb1..a9d5d8c 100644
--- a/openbsc/contrib/systemd/osmo-nitb.service
+++ b/openbsc/contrib/systemd/osmo-nitb.service
@@ -5,5 +5,4 @@
 Type=simple
 Restart=always
 ExecStart=/usr/bin/osmo-nitb -s -C -c /etc/osmocom/osmo-nitb.cfg -l /var/lib/osmocom/hlr.sqlite3
-Restart=always
 RestartSec=2