PATH:
usr
/
lib64
/
pm-utils
/
sleep.d
#!/bin/sh # Log some extra information at the beginning of a suspend/resume cycle. # TODO: Make this hook only run when PM_DEBUG is true? . "${PM_FUNCTIONS}" case "$1" in hibernate|suspend) [ -n "$PM_LOGFILE" ] || exit 0 /bin/uname -a lsmod free ;; esac
[+]
..
[-] 56dhclient
[edit]
[-] 00logging
[edit]
[-] 00powersave
[edit]
[-] 01grub
[edit]
[-] 49bluetooth
[edit]
[-] 55NetworkManager
[edit]
[-] 75modules
[edit]
[-] 90clock
[edit]
[-] 94cpufreq
[edit]
[-] 95led
[edit]
[-] 98video-quirk-db-handler
[edit]
[-] 99video
[edit]