3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-05 19:08:52 +02:00

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.
This commit is contained in:
Jordan Glover 2018-07-13 12:42:39 -04:00 committed by Denis Kenzior
parent 28573c90d1
commit ed59c1af7f

View File

@ -1,5 +1,7 @@
[Unit] [Unit]
Description=Wireless service Description=Wireless service
Before=network.target
Wants=network.target
[Service] [Service]
Type=dbus Type=dbus