summarylogtreecommitdiffstats
path: root/rfkill-unblock_.service
diff options
context:
space:
mode:
authorNarrat2020-01-12 21:03:27 +0100
committerNarrat2020-01-12 21:03:27 +0100
commit733b8a0b2bfbecc8a0a4997d4e5d5d45d75c074b (patch)
treee639743d8502c178c7af9b214d5a9c99c2eff826 /rfkill-unblock_.service
parent396d5559939421d51801e3266bc68b3b5aae5166 (diff)
downloadaur-733b8a0b2bfbecc8a0a4997d4e5d5d45d75c074b.tar.gz
Follow Arch to 2.34-8
Minimized the differences with the repo PKGBUILD as much as possible.
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