From 5e3c9d7224758e0fd530f7718e1bb97bc5c9ae62 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Mon, 16 Sep 2019 01:15:29 +0200 Subject: .service: require to ran after network-online.target Relates: OS#4197 Change-Id: I09bf8139582ef198fdbe664be32b14d8c9c99f1a --- contrib/systemd/osmo-sip-connector.service | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/systemd/osmo-sip-connector.service b/contrib/systemd/osmo-sip-connector.service index a08f167..673aa53 100644 --- a/contrib/systemd/osmo-sip-connector.service +++ b/contrib/systemd/osmo-sip-connector.service @@ -1,5 +1,7 @@ [Unit] Description=Osmo SIP Connector +After=network-online.target +Wants=network-online.target [Service] Type=simple -- cgit v1.2.3