I am trying to run apache2 at real time priority for this I want to use IONICE but have not been successful.
Debian 6 (2.6.32-5-amd64)
I use this command
ionice -c1 -n0 apache2
But I get this error
apache2: bad user name ${APACHE_RUN_USER}
Can anyone give me some suggestions to get this working?