mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
home: dbus: Inherit environment variables from shepherd.
* gnu/home/services/desktop.scm (home-dbus-shepherd-services)[start] <#:environment-variables>: Inherit environment variables from shepherd.
This commit is contained in:
parent
6fad3d5985
commit
3ab14386cd
1 changed files with 2 additions and 1 deletions
|
@ -201,7 +201,8 @@ (define (home-dbus-shepherd-services config)
|
||||||
(format #f "/run/user/~a"
|
(format #f "/run/user/~a"
|
||||||
(getuid)))))
|
(getuid)))))
|
||||||
#:environment-variables
|
#:environment-variables
|
||||||
'("DBUS_VERBOSE=1")
|
(cons "DBUS_VERBOSE=1"
|
||||||
|
(default-environment-variables))
|
||||||
#:log-file
|
#:log-file
|
||||||
(format #f "~a/dbus.log"
|
(format #f "~a/dbus.log"
|
||||||
(or (getenv "XDG_LOG_HOME")
|
(or (getenv "XDG_LOG_HOME")
|
||||||
|
|
Loading…
Reference in a new issue