From 01cebd363ee9df287a60a179c0b679b2094c8380 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sat, 3 Jun 2006 02:16:45 +0000 Subject: renice rrd-graph --- other/tor/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'other') 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 -- cgit v1.2.3