net.connman.iwd.service: Change SystemdService name to iwd.service

This allows to activate iwd service through dbus even when service
isn't enabled.
This commit is contained in:
Jordan Glover 2018-08-07 18:48:15 +02:00 committed by Denis Kenzior
parent 127c37ba66
commit 87d74db156
2 changed files with 1 additions and 2 deletions

View File

@ -11,4 +11,3 @@ LimitNPROC=1
[Install]
WantedBy=multi-user.target
Alias=dbus-net.connman.iwd.service

View File

@ -2,4 +2,4 @@
Name=net.connman.iwd
Exec=/bin/false
User=root
SystemdService=dbus-net.connman.iwd.service
SystemdService=iwd.service