Your IP : 216.73.216.220


Current Path : /proc/thread-self/root/snap/core/current/lib/systemd/system-sleep/
Upload File :
Current File : //proc/thread-self/root/snap/core/current/lib/systemd/system-sleep/wpasupplicant

#!/bin/sh
set -e

if [ "$2" = "suspend" ] || [ "$2" = "hybrid-sleep" ]; then
    case "$1" in
        pre) /sbin/wpa_cli suspend ;;
        post) /sbin/wpa_cli resume ;;
    esac
fi