aboutsummaryrefslogtreecommitdiff
path: root/src/rfkill/rfkill.conf.d
diff options
context:
space:
mode:
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"