mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-02 13:03:33 +00:00
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:
committed by
Holger Hans Peter Freyther
parent
054bc24e6d
commit
0d8ac0eac0
@@ -1,6 +1,6 @@
|
||||
[Unit]
|
||||
Description=OpenBSC BSC
|
||||
Requires=osmo-bsc-mgcp.service
|
||||
Wants=osmo-bsc-mgcp.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
|
||||
Reference in New Issue
Block a user