diff --git a/etc/systemd/system/service.d/iwd.conf b/etc/systemd/system/service.d/iwd.conf new file mode 100644 index 00000000..ba9b7e95 --- /dev/null +++ b/etc/systemd/system/service.d/iwd.conf @@ -0,0 +1,3 @@ +[Unit] +Wants=iwd.service +After=iwd.service diff --git a/etc/systemd/system/service.d/network-online.conf b/etc/systemd/system/service.d/network-online.conf new file mode 100644 index 00000000..e5eb4526 --- /dev/null +++ b/etc/systemd/system/service.d/network-online.conf @@ -0,0 +1,3 @@ +[Unit] +Wants=network-online.service +After=network-online.service