summaryrefslogtreecommitdiff
path: root/core/rfkill/service.unblock
diff options
context:
space:
mode:
Diffstat (limited to 'core/rfkill/service.unblock')
-rw-r--r--core/rfkill/service.unblock11
1 files changed, 11 insertions, 0 deletions
diff --git a/core/rfkill/service.unblock b/core/rfkill/service.unblock
new file mode 100644
index 000000000..fb8776653
--- /dev/null
+++ b/core/rfkill/service.unblock
@@ -0,0 +1,11 @@
+[Unit]
+Description=RFKill-Unblock %I
+After=rfkill-block@all.service
+
+[Service]
+Type=oneshot
+ExecStart=/usr/sbin/rfkill unblock %I
+RemainAfterExit=yes
+
+[Install]
+WantedBy=multi-user.target