From ccfbbc9540548aa93d23adf8a7c36fa07f5a0f1e Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Wed, 5 Sep 2018 20:57:47 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to apt run --- default/smartmontools | 2 +- smartd.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/default/smartmontools b/default/smartmontools index 6cbd289..d884cd0 100644 --- a/default/smartmontools +++ b/default/smartmontools @@ -6,7 +6,7 @@ #enable_smart="/dev/hda /dev/hdb" # uncomment to start smartd on system startup -#start_smartd=yes +start_smartd=yes # uncomment to pass additional options to smartd on startup #smartd_opts="--interval=1800" diff --git a/smartd.conf b/smartd.conf index 7ec3fee..9641b16 100644 --- a/smartd.conf +++ b/smartd.conf @@ -18,7 +18,7 @@ # 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 -d removable -n standby -m root -M exec /usr/share/smartmontools/smartd-runner +#DEVICESCAN -d removable -n standby -m root -M exec /usr/share/smartmontools/smartd-runner # Alternative setting to ignore temperature and power-on hours reports # in syslog. -- 2.39.5