services: dbus: Search more directories for '.service' files.

* gnu/services/dbus.scm (system-service-directory): Remove one level of
directories when searching for '.service' files.
master
Efraim Flashner 2018-05-18 18:23:39 +03:00
parent 9b0e51461d
commit 6a2b906565
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ all the services that may be activated by the daemon."
(find-files
(string-append
service
"/share/dbus-1/system-services")
"/share/dbus-1/")
"\\.service$"))
(list #$@services)))