aboutsummaryrefslogtreecommitdiff
path: root/Build/BundledPrograms.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-06-21 13:23:20 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-06-21 13:23:20 -0400
commit5e255e21f93304df5227cdff8a1d13ed3d50f58b (patch)
treed812adc0f0d7087bbacb96a69990b1142ee34848 /Build/BundledPrograms.hs
parentd9f82883aeaacf74011600709fd64b2018d6b1d3 (diff)
assistant --autostart: Automatically ionices the daemons it starts.
Diffstat (limited to 'Build/BundledPrograms.hs')
-rw-r--r--Build/BundledPrograms.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Build/BundledPrograms.hs b/Build/BundledPrograms.hs
index ae4beedf7..9a50778d4 100644
--- a/Build/BundledPrograms.hs
+++ b/Build/BundledPrograms.hs
@@ -40,6 +40,8 @@ bundledPrograms = catMaybes
, SysConfig.sha512
, SysConfig.sha224
, SysConfig.sha384
+ -- ionice is not included in the bundle; we rely on the system's
+ -- own version, which may better match its kernel
]
where
ifset True s = Just s