summaryrefslogtreecommitdiff
path: root/net-wireless/iwd/files/iwd.initd
diff options
context:
space:
mode:
Diffstat (limited to 'net-wireless/iwd/files/iwd.initd')
-rw-r--r--net-wireless/iwd/files/iwd.initd12
1 files changed, 0 insertions, 12 deletions
diff --git a/net-wireless/iwd/files/iwd.initd b/net-wireless/iwd/files/iwd.initd
deleted file mode 100644
index 12983c1ab2d0..000000000000
--- a/net-wireless/iwd/files/iwd.initd
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/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
- keyword -shutdown
-}