diff options
| author | Milan P. Stanić <mps@arvanta.net> | 2019-02-27 23:30:15 +0100 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-02-28 07:15:08 +0000 |
| commit | ff2dbd7e2b9aeb75317fead3e1ddd086ecde71e9 (patch) | |
| tree | 98d5dba42c579207e7569f155147b906c9e8f551 /testing/iwd/iwd.initd | |
| parent | 8c9bc3ab93115dd9c3193f7bd0598d00329fa74d (diff) | |
| download | aports-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.initd | 13 |
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 +} |
