From ed59c1af7fc376f630f9242abc1d1b7db6643e43 Mon Sep 17 00:00:00 2001 From: Jordan Glover Date: Fri, 13 Jul 2018 12:42:39 -0400 Subject: [PATCH] iwd.service: Order iwd before network.target This ensures the unit will be stopped after network.target on shutdown and any network filesystems will be unmounted before iwd is killed. --- src/iwd.service.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/iwd.service.in b/src/iwd.service.in index 13d12f1c..07175cbf 100644 --- a/src/iwd.service.in +++ b/src/iwd.service.in @@ -1,5 +1,7 @@ [Unit] Description=Wireless service +Before=network.target +Wants=network.target [Service] Type=dbus