summaryrefslogtreecommitdiff
path: root/gnu/services
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2015-08-18 23:56:18 -0400
committerMark H Weaver <mhw@netris.org>2015-08-18 23:56:18 -0400
commite4fb9d2d974062b78d999562ba3aecc31aebcb96 (patch)
treee4d061da8c1d4690a6f093d39629847b55f8ed05 /gnu/services
parent89a39d4e761fa13673c669770228d3e84fdafeb7 (diff)
downloadpatches-e4fb9d2d974062b78d999562ba3aecc31aebcb96.tar
patches-e4fb9d2d974062b78d999562ba3aecc31aebcb96.tar.gz
Revert "PRELIMINARY: dbus-service: Include system-services directories."
This reverts commit e3484421cb159968fc6fb54f044f84bccfc555e8.
Diffstat (limited to 'gnu/services')
-rw-r--r--gnu/services/desktop.scm4
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/services/desktop.scm b/gnu/services/desktop.scm
index 48c8640771..7ed62d07b5 100644
--- a/gnu/services/desktop.scm
+++ b/gnu/services/desktop.scm
@@ -65,9 +65,7 @@
`((includedir
,(string-append dir "/etc/dbus-1/system.d"))
(servicedir ;for '.service' files
- ,(string-append dir "/share/dbus-1/services"))
- (servicedir ;for '.service' files
- ,(string-append dir "/share/dbus-1/system-services"))))
+ ,(string-append dir "/share/dbus-1/services"))))
services)))
(mkdir #$output)