aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/contrib
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-03-21 17:41:45 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-03-21 17:41:45 +0100
commit2826cb58bb220f67345c4fc2b027432a1f570aad (patch)
treedd7e379eb5efa5697d48de4e7fa07c02cd34805a /openbsc/contrib
parent870cc0fdac4251d9b8e8f7382ae6d196e16cb253 (diff)
systemd: Saying these services restart once should be enough
Diffstat (limited to 'openbsc/contrib')
-rw-r--r--openbsc/contrib/systemd/osmo-bsc-mgcp.service1
-rw-r--r--openbsc/contrib/systemd/osmo-nitb.service1
2 files changed, 0 insertions, 2 deletions
diff --git a/openbsc/contrib/systemd/osmo-bsc-mgcp.service b/openbsc/contrib/systemd/osmo-bsc-mgcp.service
index 4b3df2c06..7fa2ec0a9 100644
--- a/openbsc/contrib/systemd/osmo-bsc-mgcp.service
+++ b/openbsc/contrib/systemd/osmo-bsc-mgcp.service
@@ -5,5 +5,4 @@ Description=OpenBSC MGCP
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 203aeb15c..a9d5d8cf9 100644
--- a/openbsc/contrib/systemd/osmo-nitb.service
+++ b/openbsc/contrib/systemd/osmo-nitb.service
@@ -5,5 +5,4 @@ Description=OpenBSC Network In the Box (NITB)
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