diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-03-11 21:40:31 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-03-11 21:40:43 -0400 |
commit | d9acea752bfc4390e306764d2fbfbfdc2857cf52 (patch) | |
tree | 606ef30a47546bf7f7d360d6181d48947a038e4f /usr | |
parent | 6e8bd1b0aba7e27417f6245c284873d511785952 (diff) | |
download | pfsense-d9acea752bfc4390e306764d2fbfbfdc2857cf52.zip pfsense-d9acea752bfc4390e306764d2fbfbfdc2857cf52.tar.gz |
Use nice -n20 for common launched items
Diffstat (limited to 'usr')
-rw-r--r-- | usr/local/www/status_rrd_graph_img.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/status_rrd_graph_img.php b/usr/local/www/status_rrd_graph_img.php index 556f158..9883e3f 100644 --- a/usr/local/www/status_rrd_graph_img.php +++ b/usr/local/www/status_rrd_graph_img.php @@ -99,7 +99,7 @@ $scale = $graphs[$interval]['scale']; $rrddbpath = "/var/db/rrd/"; $rrdtmppath = "/tmp/"; -$rrdtool = "/usr/local/bin/rrdtool"; +$rrdtool = "/usr/bin/nice -n20 /usr/local/bin/rrdtool"; $uptime = "/usr/bin/uptime"; $sed = "/usr/bin/sed"; @@ -846,4 +846,4 @@ if(($graphcmdreturn <> 0) || (! $data)) { } } -?> +?>
\ No newline at end of file |