Tagged Questions
0
votes
1answer
247 views
Configuring systemd to allow daemon to set RT priority
I have a daemon that calls pthread_setschedparam() to set the thread priority. On a system using systemd (OpenSuse 12.1), this fails, because sched_setscheduler() returns EPERM.
From what I ...