diff options
Diffstat (limited to 'libre/libutil-linux-static/rfkill-unblock_.service')
-rw-r--r-- | libre/libutil-linux-static/rfkill-unblock_.service | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libre/libutil-linux-static/rfkill-unblock_.service b/libre/libutil-linux-static/rfkill-unblock_.service new file mode 100644 index 000000000..94ebf35af --- /dev/null +++ b/libre/libutil-linux-static/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 |