add rtkit package and service

This commit is contained in:
desolate
2026-05-29 13:46:51 +03:00
parent 1be6624a5d
commit 41a983fb9f
4 changed files with 8 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
#!/bin/sh
install_package "rtkit"
+1
View File
@@ -28,6 +28,7 @@ INSTALLING PACKAGES:
. "$PACKAGES_DIR/install-noto-fonts.sh"
. "$PACKAGES_DIR/install-pipewire.sh"
. "$PACKAGES_DIR/install-ripgrep.sh"
. "$PACKAGES_DIR/install-rtkit.sh"
. "$PACKAGES_DIR/install-satty.sh"
. "$PACKAGES_DIR/install-seatd.sh"
. "$PACKAGES_DIR/install-slurp.sh"
+3
View File
@@ -0,0 +1,3 @@
#!/bin/sh
install_service "rtkit"
+1
View File
@@ -8,6 +8,7 @@ INSTALLING SERVICES:
. "$SERVICES_DIR/install-chronyd.sh"
. "$SERVICES_DIR/install-dbus.sh"
. "$SERVICES_DIR/install-rtkit.sh"
. "$SERVICES_DIR/install-seatd.sh"
. "$SERVICES_DIR/install-socklog-unix.sh"
. "$SERVICES_DIR/install-nanoklogd.sh"