summaryrefslogtreecommitdiff
path: root/net-wireless/iwd/files/iwd.initd-r1
blob: 873d569b6559a380e9392db4e30539e4375d22df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/sbin/openrc-run
# Copyright 1999-2020 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
	after bootmisc modules
	before dns dhcpcd net
	keyword -shutdown
}