How I can change nice for awstats ?

hostfast

Verified User
Joined
Jul 28, 2008
Messages
45
Hello,

I want change the process nice (to nice = 19) of awstats build process. How do it ?

Regards
 
Open /etc/cron.d/directadmin_cron, find:
Code:
* * * * * root /usr/local/directadmin/dataskq

Replace with:
Code:
* * * * * root nice -n 19 /usr/local/directadmin/dataskq
 
Back
Top