summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--gnu/services/desktop.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/services/desktop.scm b/gnu/services/desktop.scm
index d537a05111..48c8640771 100644
--- a/gnu/services/desktop.scm
+++ b/gnu/services/desktop.scm
@@ -61,7 +61,6 @@
         (define (services->sxml services)
           ;; Return the SXML 'includedir' clauses for DIRS.
           `(busconfig
-            (servicehelper "/run/setuid-programs/dbus-daemon-launch-helper")
             ,@(append-map (lambda (dir)
                             `((includedir
                                ,(string-append dir "/etc/dbus-1/system.d"))