From 7c9aaef375eb019e2b08d453ab2ffcdb4a613d78 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 27 Jan 2024 10:19:08 +0200 Subject: [PATCH] systemd/service.d: add iwd.conf & network-online.conf --- etc/systemd/system/service.d/iwd.conf | 3 +++ etc/systemd/system/service.d/network-online.conf | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 etc/systemd/system/service.d/iwd.conf create mode 100644 etc/systemd/system/service.d/network-online.conf 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