aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2019-09-16 01:15:29 +0200
committerAlexander Couzens <lynxis@fe80.eu>2019-09-16 19:51:07 +0200
commit5e3c9d7224758e0fd530f7718e1bb97bc5c9ae62 (patch)
treef3ba5f29f40314639e6d1c689510b99fb2809ca1
parente49a3d714c48f69b90e6f393a6989b6b30ad1282 (diff)
.service: require to ran after network-online.target
-rw-r--r--contrib/systemd/osmo-sip-connector.service2
1 files changed, 2 insertions, 0 deletions
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