summaryrefslogtreecommitdiffstats
path: root/systemd
diff options
context:
space:
mode:
Diffstat (limited to 'systemd')
-rw-r--r--systemd/net-auto-wired.service1
-rw-r--r--systemd/net-auto-wireless.service1
-rw-r--r--systemd/netcfg.service1
-rw-r--r--systemd/netcfg@.service1
4 files changed, 4 insertions, 0 deletions
diff --git a/systemd/net-auto-wired.service b/systemd/net-auto-wired.service
index f611a89..3c5cf62 100644
--- a/systemd/net-auto-wired.service
+++ b/systemd/net-auto-wired.service
@@ -1,6 +1,7 @@
[Unit]
Description=Provides automatic netcfg wired connection
Before=network.target
+Wants=network.target
[Service]
EnvironmentFile=/etc/conf.d/netcfg
diff --git a/systemd/net-auto-wireless.service b/systemd/net-auto-wireless.service
index c2ea4f8..ab57ab9 100644
--- a/systemd/net-auto-wireless.service
+++ b/systemd/net-auto-wireless.service
@@ -1,6 +1,7 @@
[Unit]
Description=Provides automatic netcfg wireless connection
Before=network.target
+Wants=network.target
[Service]
EnvironmentFile=/etc/conf.d/netcfg
diff --git a/systemd/netcfg.service b/systemd/netcfg.service
index d61d902..a4e5ddc 100644
--- a/systemd/netcfg.service
+++ b/systemd/netcfg.service
@@ -1,6 +1,7 @@
[Unit]
Description=Netcfg multi-profile daemon
Before=network.target
+Wants=network.target
[Service]
Type=oneshot
diff --git a/systemd/netcfg@.service b/systemd/netcfg@.service
index 94b0c76..ddd5ae3 100644
--- a/systemd/netcfg@.service
+++ b/systemd/netcfg@.service
@@ -1,6 +1,7 @@
[Unit]
Description=Netcfg networking service for profile %i
Before=network.target
+Wants=network.target
[Service]
Type=oneshot