aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2023-05-26 14:10:46 +0200
committerOliver Smith <osmith@sysmocom.de>2023-05-26 14:10:46 +0200
commit2fc67e252cfc4277d6ba93d6a6dd44c12c6e2eaa (patch)
treeb6d4b8a652025ff2677fd77c2c26c40260b9d808
parent98e5910ed8accaa1bd8af3b2e5e529701170b1f3 (diff)
systemd: depend on networking-online.target
-rw-r--r--contrib/systemd/osmo-pcu.service2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/systemd/osmo-pcu.service b/contrib/systemd/osmo-pcu.service
index 94616e34..53248839 100644
--- a/contrib/systemd/osmo-pcu.service
+++ b/contrib/systemd/osmo-pcu.service
@@ -1,5 +1,7 @@
[Unit]
Description=Osmocom osmo-pcu
+After=network-online.target
+Wants=network-online.target
[Service]
Type=simple