mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-01 20:43:47 +00:00
contrib: Change systemd requirements so the services connect properly
Change-Id: Ib1b3c640ddd81927a60ee307c4b0cb90fd83eebe
This commit is contained in:
committed by
Neels Hofmeyr
parent
aba422a6cc
commit
21ca60807c
@@ -1,7 +1,8 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Osmocom Mobile Switching Center (MSC)
|
Description=Osmocom Mobile Switching Center (MSC)
|
||||||
Wants=osmo-hlr
|
Wants=osmo-hlr.service
|
||||||
After=osmo-hlr
|
After=osmo-hlr.service
|
||||||
|
After=osmo-hnbgw.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=OpenBSC SGSN
|
Description=OpenBSC SGSN
|
||||||
|
Wants=osmo-hlr.service
|
||||||
|
After=osmo-hlr.service
|
||||||
|
After=osmo-hnbgw.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
|
|||||||
Reference in New Issue
Block a user