systemd: depend on networking-online.target

Related: SYS#6400
Change-Id: Idadcbbf55e976ae035cfac4b85ccd870e0f27b82
This commit is contained in:
Oliver Smith 2023-05-26 14:10:48 +02:00
parent b83aabaa95
commit eda1b83f75
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,7 @@
[Unit]
Description=Osmocom GTP Hub
After=network-online.target
Wants=network-online.target
[Service]
Type=simple

View File

@ -3,6 +3,8 @@ Description=Osmocom SGSN (Serving GPRS Support Node)
Wants=osmo-hlr.service
After=osmo-hlr.service
After=osmo-hnbgw.service
After=network-online.target
Wants=network-online.target
[Service]
Type=simple