[arch-commits] Commit in iwd/trunk (iwd at .service)
Christian Rebischke
shibumi at archlinux.org
Mon May 21 20:14:00 UTC 2018
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 at .service
--------------+
iwd at .service | 12 ++++++++++++
1 file changed, 12 insertions(+)
Added: iwd at .service
===================================================================
--- iwd at .service (rev 0)
+++ iwd at .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
More information about the arch-commits
mailing list