I have minimal linux system without PAM (custom complied linux based appliance) and I want to set system wide (all users) rtprio to 99.
My idea is to do this with help of sysctl. But looking on output of sysctl -a, I didn't see any parameter related to rtprio.
May somebody hint me what is best way to permanently set rtprio for all users and without using PAM?
br