Securing gitconfig, adding nm fix
This commit is contained in:
11
not_dots/network-manager-resume
Executable file
11
not_dots/network-manager-resume
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
# This script gets NetworkManager out of suspend.
|
||||
case $1 in
|
||||
suspend|suspend_hybrid|hibernate)
|
||||
# No need to do anything here.
|
||||
;;
|
||||
resume|thaw)
|
||||
nmcli nm sleep false
|
||||
;;
|
||||
esac
|
Reference in New Issue
Block a user