diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-14 13:27:41 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-14 13:27:41 +0200 |
commit | 41b385b0763d7b12a83cdeb3baab518391230c72 (patch) | |
tree | e38be0470e7668aadacd9a8aa7958f52c7455cfa /units | |
parent | 6a33e9843086ab120912fe5bb0213c7bd31a2368 (diff) |
bin:spindown -> spindown.sh
Diffstat (limited to 'units')
-rw-r--r-- | units/disk/jobs.pxu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/disk/jobs.pxu b/units/disk/jobs.pxu index fc85e9d..cb16a46 100644 --- a/units/disk/jobs.pxu +++ b/units/disk/jobs.pxu @@ -137,7 +137,7 @@ requires: device.category == 'DISK' package.name == 'smartmontools' user: root -command: spindown +command: spindown.sh _description: Some new hard drives include a feature that parks the drive heads after a short period of inactivity. This is a power-saving feature, but it can have a bad interaction with the operating system that results in the drive constantly parked then activated. This produces excess wear on the drive, potentially leading to early failures. |