mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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.
This commit is contained in:
parent
9b0e51461d
commit
6a2b906565
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ (define files
|
|||
(find-files
|
||||
(string-append
|
||||
service
|
||||
"/share/dbus-1/system-services")
|
||||
"/share/dbus-1/")
|
||||
"\\.service$"))
|
||||
(list #$@services)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue