mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -04:00
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:
13
net-wireless/eiwd/files/iwd.initd
Normal file
13
net-wireless/eiwd/files/iwd.initd
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user