aboutsummaryrefslogtreecommitdiffstats
path: root/testing/iwd/iwd.initd
diff options
context:
space:
mode:
authorMilan P. Stanić <mps@arvanta.net>2019-02-27 23:30:15 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2019-02-28 07:15:08 +0000
commitff2dbd7e2b9aeb75317fead3e1ddd086ecde71e9 (patch)
tree98d5dba42c579207e7569f155147b906c9e8f551 /testing/iwd/iwd.initd
parent8c9bc3ab93115dd9c3193f7bd0598d00329fa74d (diff)
downloadaports-ff2dbd7e2b9aeb75317fead3e1ddd086ecde71e9.tar.bz2
aports-ff2dbd7e2b9aeb75317fead3e1ddd086ecde71e9.tar.xz
testing/iwd: new aport
Internet Wireless Daemon
Diffstat (limited to 'testing/iwd/iwd.initd')
-rw-r--r--testing/iwd/iwd.initd13
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/iwd/iwd.initd b/testing/iwd/iwd.initd
new file mode 100644
index 0000000000..3ae8fc436a
--- /dev/null
+++ b/testing/iwd/iwd.initd
@@ -0,0 +1,13 @@
+#!/sbin/openrc-run
+# Copyright 1999-2018 Gentoo Foundation
+# 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
+ before net
+ keyword -shutdown
+}