Date: Monday, May 21, 2018 @ 20:13:59
  Author: shibumi
Revision: 326617

upgpkg: iwd 0.2-2

This release provides a proper service file for iwd until the autostart
issues are fixed upstream.

Furthermore you are able to specify an interface name as parameter now.
You can start and enable the service with:

# systemctl enable iwd@<your wifi interface>.service --now

Added:
  iwd/trunk/iwd@.service

--------------+
 iwd@.service |   12 ++++++++++++
 1 file changed, 12 insertions(+)

Added: iwd@.service
===================================================================
--- iwd@.service                                (rev 0)
+++ iwd@.service        2018-05-21 20:13:59 UTC (rev 326617)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Internet Wireless Daemon (IWD)
+Requires=sys-subsystem-net-devices-%i.device
+After=sys-subsystem-net-devices-%i.device
+Before=network.target
+Wants=network.target
+
+[Service]
+ExecStart=/usr/lib/iwd/iwd -i %I
+
+[Install]
+Alias=multi-user.target.wants/iwd@%i.service

Reply via email to