diff options
Diffstat (limited to 'testing/rfkill/service')
-rw-r--r-- | testing/rfkill/service | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/rfkill/service b/testing/rfkill/service deleted file mode 100644 index decd5b6fc..000000000 --- a/testing/rfkill/service +++ /dev/null @@ -1,11 +0,0 @@ -[Unit] -Description=RFKill-Block Selected Devices - -[Service] -Type=oneshot -ExecStart=/usr/sbin/rfkill block 9999 -ExecStop=/usr/sbin/rfkill unblock all -RemainAfterExit=yes - -[Install] -WantedBy=multi-user.target |