aboutsummaryrefslogtreecommitdiff
path: root/src/rfkill/rfkill.conf.d
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2013-05-25 23:02:35 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2013-05-25 23:02:35 +0200
commiteeda5d3cf7da337119e257fa99ac77542514350f (patch)
treea510caa2e1fc6f5b35db20681931e9b51f5d405b /src/rfkill/rfkill.conf.d
parent57cd084ff2f96f001045a8849b68877e9db2f6d0 (diff)
downloadrcdscripts-a985580963056bf394dddbdfeb3d2605e473b3c0.tar.xz
rcdscripts: import conf.d files sourced by init scripts2013.05.25
Unfortunately this import is not perfect, it's harder to detect and make a distinction between regular service configuration files, and conf.d configuration files used by old Arch Linux init scripts only. But we have a good number of them, around 70 now.
Diffstat (limited to 'src/rfkill/rfkill.conf.d')
-rw-r--r--src/rfkill/rfkill.conf.d20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/rfkill/rfkill.conf.d b/src/rfkill/rfkill.conf.d
new file mode 100644
index 0000000..4483da2
--- /dev/null
+++ b/src/rfkill/rfkill.conf.d
@@ -0,0 +1,20 @@
+#
+# /etc/conf.d/rfkill
+# Configuration for the rfkill startup script
+#
+
+# List of devices to block on startup (space-separated)
+RFKILL_BLOCK=""
+
+# List of devices to unblock on startup (space-separated)
+RFKILL_UNBLOCK="all"
+
+# Supported device names are: all, wifi, bluetooth, umb, wimax, wwan, gps and specific device names like phy0, hci0, ...
+# See "rfkill list" for available devices
+# Examples:
+#
+# Block all bluetooth devices:
+# RFKILL_BLOCK="bluetooth"
+#
+# Unblock the phy0 wifi device and all wwan devices:
+# RFKILL_UNBLOCK="phy0 wwan"