mirror of
https://git.proxmox.com/git/mirror_smartmontools-debian
synced 2025-05-02 15:40:00 +00:00
9 lines
258 B
Bash
Executable File
9 lines
258 B
Bash
Executable File
#! /bin/sh
|
|
|
|
# Send message if /usr/lib/powersave/powersave-notify exists or exit silently
|
|
[ -x /usr/lib/powersave/powersave-notify ] || exit 0
|
|
|
|
/usr/lib/powersave/powersave-notify "<b>Your hard disk drive is failing!</b>
|
|
S.M.A.R.T. message:
|
|
$SMARTD_MESSAGE"
|