PATH:
usr
/
lib64
/
pm-utils
/
sleep.d
#!/bin/sh # On an IBM system. make the suspend LED blink. # TODO: Merge with 95led? Should be trivial. [ -f /proc/acpi/ibm/led ] || exit $NA case "$1" in hibernate|suspend) echo "7 blink" >/proc/acpi/ibm/led ;; thaw|resume) echo "7 off" >/proc/acpi/ibm/led ;; *) exit $NA ;; 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]