mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 21:13:27 -04:00
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>
15 lines
288 B
Plaintext
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
|
|
}
|