summaryrefslogtreecommitdiffstats
path: root/conf.default
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-03-11 21:40:31 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-03-11 21:40:43 -0400
commitd9acea752bfc4390e306764d2fbfbfdc2857cf52 (patch)
tree606ef30a47546bf7f7d360d6181d48947a038e4f /conf.default
parent6e8bd1b0aba7e27417f6245c284873d511785952 (diff)
downloadpfsense-d9acea752bfc4390e306764d2fbfbfdc2857cf52.zip
pfsense-d9acea752bfc4390e306764d2fbfbfdc2857cf52.tar.gz
Use nice -n20 for common launched items
Diffstat (limited to 'conf.default')
-rw-r--r--conf.default/config.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/conf.default/config.xml b/conf.default/config.xml
index d5ce3be..805f593 100644
--- a/conf.default/config.xml
+++ b/conf.default/config.xml
@@ -752,7 +752,7 @@
<month>*</month>
<wday>*</wday>
<who>root</who>
- <command>/usr/local/bin/checkreload.sh</command>
+ <command>/usr/bin/nice -n20 /usr/local/bin/checkreload.sh</command>
</item>
<item>
<minute>*/5</minute>
@@ -761,7 +761,7 @@
<month>*</month>
<wday>*</wday>
<who>root</who>
- <command>/etc/ping_hosts.sh</command>
+ <command>/usr/bin/nice -n20 /etc/ping_hosts.sh</command>
</item>
<item>
<minute>*/140</minute>
@@ -770,7 +770,7 @@
<month>*</month>
<wday>*</wday>
<who>root</who>
- <command>/usr/local/sbin/reset_slbd.sh</command>
+ <command>/usr/bin/nice -n20 /usr/local/sbin/reset_slbd.sh</command>
</item>
</cron>
<wol>
@@ -785,4 +785,4 @@
<rrd>
<enable/>
</rrd>
-</pfsense>
+</pfsense> \ No newline at end of file
OpenPOWER on IntegriCloud