mirror of
https://gitlab.postmarketos.org/postmarketOS/pmaports.git
synced 2025-07-17 18:55:15 +03:00
Let's put everything systemd related in an extra-repos directory, so it is clear that the packages from here will end up in a separate, optional binary package repository.
13 lines
318 B
Desktop File
13 lines
318 B
Desktop File
[Unit]
|
|
Description=RealtimeKit Scheduling Policy Service
|
|
|
|
[Service]
|
|
ExecStart=/usr/libexec/rtkit-daemon
|
|
Type=dbus
|
|
BusName=org.freedesktop.RealtimeKit1
|
|
NotifyAccess=main
|
|
CapabilityBoundingSet=CAP_SYS_NICE CAP_DAC_READ_SEARCH CAP_SYS_CHROOT CAP_SETGID CAP_SETUID
|
|
PrivateNetwork=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|