net-wireless/eiwd: new package

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
This commit is contained in:
Volkmar W. Pogatzki
2020-04-07 13:50:23 +02:00
parent c0ce8a6b54
commit 96e6d8e02d
5 changed files with 118 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
#!/sbin/openrc-run
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
command="/usr/libexec/iwd"
pidfile="/run/iwd.pid"
command_background="yes"
depend() {
after bootmisc modules
before dns dhcpcd net
keyword -shutdown
}