summarylogtreecommitdiffstats
path: root/rfkill-unblock_.service
diff options
context:
space:
mode:
Diffstat (limited to 'rfkill-unblock_.service')
-rw-r--r--rfkill-unblock_.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/rfkill-unblock_.service b/rfkill-unblock_.service
new file mode 100644
index 000000000000..94ebf35af0f8
--- /dev/null
+++ b/rfkill-unblock_.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=RFKill-Unblock %I
+After=rfkill-block@all.service
+
+[Service]
+Type=oneshot
+ExecStart=/usr/bin/rfkill unblock %I
+
+[Install]
+WantedBy=multi-user.target