diff options
author | Chloe Brown <chloe.brown.00@outlook.com> | 2021-12-29 16:25:05 +0000 |
---|---|---|
committer | Chloe Brown <chloe.brown.00@outlook.com> | 2021-12-29 16:25:05 +0000 |
commit | 1e36bc4b52795ff50c51b36dd9dab3221434481b (patch) | |
tree | f6a37f7e64fd7854a78906efe86cfab0559ed58b | |
parent | f93f414ad146bd3988b3e5d187c8bb3d436958c8 (diff) |
rtkit: correct path of dbus rules
-rw-r--r-- | yellowsquid/packages/rtkit.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/yellowsquid/packages/rtkit.scm b/yellowsquid/packages/rtkit.scm index 00d55c2..dada3e7 100644 --- a/yellowsquid/packages/rtkit.scm +++ b/yellowsquid/packages/rtkit.scm @@ -43,7 +43,10 @@ "/share/dbus-1/system-services") ,(string-append "-Ddbus_interfacedir=" #$output - "/share/dbus-1/interfaces")))) + "/share/dbus-1/interfaces") + ,(string-append "-Ddbus_rulesdir=" + #$output + "/etc/dbus-1/system.d")))) (synopsis "Realtime policy and watchdog daemon") (description "RealtimeKit is a D-Bus system service that changes the scheduling policy of user processes/threads to SCHED_RR (i.e. realtime |