12-11-2018, 12:14 AM
(12-10-2018, 04:14 PM)mactolinux Wrote: Just a note:
#Reduce MPD and OS latency
chrt -f -p 81 $(pidof mpd)
taskset -c -p 1 $(pidof mpd)
These strings doesn't work on startup, until you set pid of MPD correctly.
Also to get them to work on "Start up" just put the path to the .sh file in the rc.local file located in /etc
Change the priority to 755 via sudo chmod 755 ****.sh and done.
Can you copy/paste a screen shot when you try the command via command line?