assistant --autostart: Automatically ionices the daemons it starts.
This commit is contained in:
parent
b9448c31a3
commit
d901ba1781
4 changed files with 15 additions and 3 deletions
|
@ -31,6 +31,7 @@ tests =
|
|||
, TestCase "curl" $ testCmd "curl" "curl --version >/dev/null"
|
||||
, TestCase "wget" $ testCmd "wget" "wget --version >/dev/null"
|
||||
, TestCase "bup" $ testCmd "bup" "bup --version >/dev/null"
|
||||
, TestCase "ionice" $ testCmd "ionice" "ionice --version >/dev/null"
|
||||
, TestCase "gpg" $ maybeSelectCmd "gpg"
|
||||
[ ("gpg", "--version >/dev/null")
|
||||
, ("gpg2", "--version >/dev/null") ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue