[-]
[+]
|
Added |
smartmontools-powersave-notify.patch
|
@@ -0,0 +1,15 @@
+--- smartd.conf
++++ smartd.conf
+@@ -20,7 +20,11 @@
+ # Directives listed below, which will be applied to all devices that
+ # are found. Most users should comment out DEVICESCAN and explicitly
+ # list the devices that they wish to monitor.
+-DEVICESCAN
++#DEVICESCAN
++
++# Use "-m root@localhost -M exec /usr/lib/smartmontools/smart-notify" to
++# enable desktop notification over powersave-notify.
++DEVICESCAN -m root@localhost -M exec /usr/lib/smartmontools/smart-notify
+
+ # Alternative setting to ignore temperature and power-on hours reports
+ # in syslog.
|