aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2023-05-26 14:10:44 +0200
committerOliver Smith <osmith@sysmocom.de>2023-05-26 14:10:44 +0200
commitcd813cde137ca6e83986fe05dd3dd30dc8480fd1 (patch)
treee9d7c1f3c8abce8c2402f1c10531d6637b6f7f42
parent580bb374aec0c3c4171c7dce06725c6c3fd6613f (diff)
systemd: depend on networking-online.target
-rw-r--r--contrib/systemd/osmo-e1d.service2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/systemd/osmo-e1d.service b/contrib/systemd/osmo-e1d.service
index 03ac643..368abc8 100644
--- a/contrib/systemd/osmo-e1d.service
+++ b/contrib/systemd/osmo-e1d.service
@@ -1,6 +1,8 @@
[Unit]
Description=Osmocom E1 Interface Daemon
Wants=osmo-e1d.service
+After=network-online.target
+Wants=network-online.target
[Service]
Type=simple