aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Heinold <henning@itconsulting-heinold.de>2014-11-11 17:11:41 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-11-11 17:59:49 +0100
commit0d8ac0eac0a919cb2620d94e661d60b2a96501d3 (patch)
tree690d70bbae2e1760638a756200c6c798b1f75198
parent054bc24e6dc700d4b8e8eec647cbead63454671e (diff)
systemd: use Wants for the dependency btw. osmo-bsc-mgcp and osmo-bsc
* osmo-bsc and osmo-bsc-mgcp are needed to run * with Wants, both are started but can be indepently controlled via systemctl Fixes: SYS#738
-rw-r--r--openbsc/contrib/systemd/osmo-bsc.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/contrib/systemd/osmo-bsc.service b/openbsc/contrib/systemd/osmo-bsc.service
index eb6cacbd3..4047fef48 100644
--- a/openbsc/contrib/systemd/osmo-bsc.service
+++ b/openbsc/contrib/systemd/osmo-bsc.service
@@ -1,6 +1,6 @@
[Unit]
Description=OpenBSC BSC
-Requires=osmo-bsc-mgcp.service
+Wants=osmo-bsc-mgcp.service
[Service]
Type=simple