net-wireless/iwd: add fixed 9999 ebuild

Package-Manager: Portage-2.3.69, Repoman-2.3.16
This commit is contained in:
Anton Schubert 2019-09-24 00:31:26 +02:00
parent e080eb4e13
commit 52217b65e1
5 changed files with 184 additions and 0 deletions

View 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
}

View 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/iwd.pid"
command="/usr/libexec/iwd"
command_background="yes"
depend() {
need dbus
keyword -shutdown
}