summaryrefslogtreecommitdiff
path: root/testing/rfkill/service
blob: decd5b6fce07c8d3b1ebc0a4c178d88c62b09c1a (plain)
1
2
3
4
5
6
7
8
9
10
11
[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