diff options
author | Daniel Manrique <roadmr@ubuntu.com> | 2014-09-09 12:02:53 -0400 |
---|---|---|
committer | Daniel Manrique <roadmr@ubuntu.com> | 2014-09-09 12:02:53 -0400 |
commit | f85454f622df5d152dbb38f1fbc367dd07ae34b9 (patch) | |
tree | cabdefb1b51c30115a89ee3941535b962ea85a5a /jobs | |
parent | 557ad718e234dd3cdcab579437fccd0d1ebbedaa (diff) |
providers:checkbox: make disk/hdd-parking job require hdapsd
Diffstat (limited to 'jobs')
-rw-r--r-- | jobs/disk.txt.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/jobs/disk.txt.in b/jobs/disk.txt.in index c17746d..4dd440f 100644 --- a/jobs/disk.txt.in +++ b/jobs/disk.txt.in @@ -123,7 +123,9 @@ _description: plugin: user-interact id: disk/hdd-parking estimated_duration: 60.0 -requires: device.category == 'DISK' +requires: + device.category == 'DISK' + package.name == 'hdapsd' depends: input/accelerometer user: root command: hdd_parking |