summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--gnu/services/desktop.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/services/desktop.scm b/gnu/services/desktop.scm
index 7ed62d07b5..48c8640771 100644
--- a/gnu/services/desktop.scm
+++ b/gnu/services/desktop.scm
@@ -65,7 +65,9 @@
                             `((includedir
                                ,(string-append dir "/etc/dbus-1/system.d"))
                               (servicedir         ;for '.service' files
-                               ,(string-append dir "/share/dbus-1/services"))))
+                               ,(string-append dir "/share/dbus-1/services"))
+                              (servicedir         ;for '.service' files
+                               ,(string-append dir "/share/dbus-1/system-services"))))
                           services)))
 
         (mkdir #$output)