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
This commit is contained in:
Henning Heinold 2014-11-11 17:11:41 +01:00 committed by Holger Hans Peter Freyther
parent 054bc24e6d
commit 0d8ac0eac0
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[Unit]
Description=OpenBSC BSC
Requires=osmo-bsc-mgcp.service
Wants=osmo-bsc-mgcp.service
[Service]
Type=simple