summaryrefslogtreecommitdiff
path: root/gnu/services
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2015-07-27 01:20:08 -0400
committerMark H Weaver <mhw@netris.org>2015-08-18 23:52:57 -0400
commitfe1f2c80a170feee3e448277b9361092328d355c (patch)
tree0401b0ad61ca89ea56d41a09992a5b9958ffd0b1 /gnu/services
parentfb1e06fc5f7648ab3078876f009fa7a983b17c41 (diff)
PRELIMINARY: Modify dbus-configuration to find setuid helper.
Diffstat (limited to 'gnu/services')
-rw-r--r--gnu/services/desktop.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/services/desktop.scm b/gnu/services/desktop.scm
index 48c8640771..d537a05111 100644
--- a/gnu/services/desktop.scm
+++ b/gnu/services/desktop.scm
@@ -61,6 +61,7 @@
(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"))