Click to See Complete Forum and Search --> : nice question


error27
10-31-2001, 07:49 PM
I reset esd to nice -20 when I'm listenning to mp3's (all the time).

I wish I didn't have to reset the nice level everytime esd restarted.

How do I go about setting esd so that every time it restarts it is -20 nice?

X_console
10-31-2001, 11:00 PM
Does it start at boot up? Just change how it starts in the script by passing it to nice. If it doesn't start at bootup and you just start it yourself, then I would probably alias it in .bashrc. Eg:

alias esd='nice -20 esd'