mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Renice updaterrd.sh script to 20 to ensure that it does not step on any of the crucial other items.
This commit is contained in:
parent
e729c9fbbb
commit
7cc51a7a07
@ -2118,7 +2118,7 @@ function enable_rrd_graphing()
|
||||
kill_traffic_collector();
|
||||
|
||||
/* start traffic collector */
|
||||
mwexec_bg("/bin/sh $updaterrdscript");
|
||||
mwexec_bg("/usr/bin/nice -n20 /bin/sh $updaterrdscript");
|
||||
|
||||
} else {
|
||||
/* unmount and remove */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user