Skip to content

Instantly share code, notes, and snippets.

@pboehm
pboehm / 01HDDspindown
Last active October 5, 2015 09:57
HDD spindown script
#!/bin/bash
# Script, welches die HDD /dev/sdb so einstellt, dass sie sich möglichst
# schnell schlafen legt und dann das Schlafen auch einmal manuell ausführt
#
# sollte in /etc/pm/sleep.d/ plaziert werden und ausführbar (755) sein
#
case "$1" in
hibernate|suspend)
;;