2009/6/19 Lennart Poettering <mzynq(a)0pointer.de>de>:
Also, asking the user to edit
/etc/security/limits.conf
is certainly not user-friendly. We want to enable RT scheduling for
media aplications out-of-the-box.
Why not just create a small script to handle editing + reloading of
limits.conf :
$ allow_realtime_for_group audio yes
Allowed RT scheduling for group audio
$ allow_realtime_for_group audio no
Disallowed RT scheduling for group audio
Things seem to work well with limits.conf set up.
No reason to change it AFAIS.