.
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
### Linux Configurationen
|
||||
|
||||
|
||||
##### Scripte for und nach Bereitschaft ausführen :
|
||||
|
||||
|
||||
Ordner :
|
||||
/usr/lib/systemd/system-sleep oder
|
||||
/usr/systemd/system-sleep
|
||||
|
||||
Script
|
||||
```Command
|
||||
case $1/$2 in
|
||||
pre/*)
|
||||
echo "Going to $2..."
|
||||
rfkill block all
|
||||
;;
|
||||
post/*)
|
||||
echo "Waking up from $2..."
|
||||
rfkill unblock all
|
||||
;;
|
||||
esac
|
||||
```
|
||||
Reference in New Issue
Block a user