Realtime Policy and Watchdog Daemon
RealtimeKit is a D-Bus system service that changes the
scheduling policy of user processes/threads to SCHED_RR (i.e. realtime
scheduling mode) on request. It is intended to be used as a secure
mechanism to allow real-time scheduling to be used by normal user
processes.
- Developed at Base:System
- Sources inherited from project openSUSE:Factory
-
5
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/rtkit && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_service | 0000000512 512 Bytes | |
_servicedata | 0000000237 237 Bytes | |
rtkit-0.13.tar.xz | 0000130796 128 KB | |
rtkit.changes | 0000005247 5.12 KB | |
rtkit.spec | 0000003596 3.51 KB |
Revision 29 (latest revision is 34)
Dominique Leuenberger (dimstar_suse)
accepted
request 879258
from
Marcus Meissner (msmeissn)
(revision 29)
- update to 0.13: * Link to libsystemd instead of shipping a copy of sd-daemon * Move D-Bus policy to datadir * Install the D-Bus interface description * Other fixes accumulated over the years from various distributions * Add meson build files (autotools stays available for now) * Replace the use of as with xxd for including a file as a string, which avoids * some pitfalls (#15 and portability problems). The tarball contains the * resulting file, so xxd is not necessary when building using autotools * Move rtkit-daemon.service from graphical.target to multi-user.target (#12) * Make libsystemd an optional dependency (#13)
Comments 0