contrib: Change systemd requirements so the services connect properly

Change-Id: Ib1b3c640ddd81927a60ee307c4b0cb90fd83eebe
This commit is contained in:
Daniel Willmann 2017-05-11 17:23:11 +02:00 committed by Neels Hofmeyr
parent 2be19428f7
commit b81d3bdad5
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -1,5 +1,8 @@
[Unit]
Description=OpenBSC SGSN
Wants=osmo-hlr.service
After=osmo-hlr.service
After=osmo-hnbgw.service
[Service]
Type=simple