Files
guru/net-wireless/eiwd/files/iwd.initd
Volkmar W. Pogatzki 1fd01c26b6 net-wireless/eiwd: Add resolvconf to RDEPEND
See https://github.com/kisslinux/repo/blob/master/extra/eiwd/post-install

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
2020-06-06 11:25:54 +02:00

15 lines
288 B
Plaintext

#!/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() {
provide net
after bootmisc modules
before dns dhcpcd
keyword -shutdown
}