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
1 changed files with 2 additions and 0 deletions

View File

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