net-wireless/iwd: add fixed 9999 ebuild
Package-Manager: Portage-2.3.69, Repoman-2.3.16
This commit is contained in:
parent
e080eb4e13
commit
52217b65e1
5 changed files with 184 additions and 0 deletions
12
net-wireless/iwd/files/ead.initd
Normal file
12
net-wireless/iwd/files/ead.initd
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#!/sbin/openrc-run
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
pidfile="/run/ead.pid"
|
||||
command="/usr/libexec/ead"
|
||||
command_background="yes"
|
||||
|
||||
depend() {
|
||||
need dbus
|
||||
keyword -shutdown
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue