mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +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]
|
||||
Description=Osmocom Mobile Switching Center (MSC)
|
||||
Wants=osmo-hlr
|
||||
After=osmo-hlr
|
||||
Wants=osmo-hlr.service
|
||||
After=osmo-hlr.service
|
||||
After=osmo-hnbgw.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
|
@@ -1,5 +1,8 @@
|
||||
[Unit]
|
||||
Description=OpenBSC SGSN
|
||||
Wants=osmo-hlr.service
|
||||
After=osmo-hlr.service
|
||||
After=osmo-hnbgw.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
|
Reference in New Issue
Block a user