aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2023-05-26 14:10:43 +0200
committerosmith <osmith@sysmocom.de>2023-05-26 15:31:01 +0000
commitfc914e9eb84cd268ba1ac5b8417f289f08c2493a (patch)
treefc7ae0527dae11817d022c7d97c141afd391f570 /contrib
parent5b60a0c8b55381ab289a91245cca2e64fca82de9 (diff)
systemd: depend on networking-online.target
Diffstat (limited to 'contrib')
-rw-r--r--contrib/systemd/osmo-bsc.service2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/systemd/osmo-bsc.service b/contrib/systemd/osmo-bsc.service
index 0f8819b98..a345c474e 100644
--- a/contrib/systemd/osmo-bsc.service
+++ b/contrib/systemd/osmo-bsc.service
@@ -1,6 +1,8 @@
[Unit]
Description=Osmocom Base Station Controller (BSC)
Wants=osmo-mgw.service
+After=network-online.target
+Wants=network-online.target
[Service]
Type=simple