summaryrefslogtreecommitdiff
path: root/other
diff options
context:
space:
mode:
Diffstat (limited to 'other')
-rw-r--r--other/tor/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/other/tor/Makefile b/other/tor/Makefile
index a10f38c..0e5c712 100644
--- a/other/tor/Makefile
+++ b/other/tor/Makefile
@@ -20,7 +20,7 @@ all:
bin/rrd-update $$NAME
rm -rf result.new
mkdir result.new
- bin/rrd-graph
+ nice -n 10 bin/rrd-graph
mv result result.old
mv result.new result
rm -rf result.old