1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02: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:
Andrew Tropin
2022-10-17 15:49:27 +04:00
parent 6fad3d5985
commit 3ab14386cd

View File

@@ -201,7 +201,8 @@ according to time of day.")))
(format #f "/run/user/~a"
(getuid)))))
#:environment-variables
'("DBUS_VERBOSE=1")
(cons "DBUS_VERBOSE=1"
(default-environment-variables))
#:log-file
(format #f "~a/dbus.log"
(or (getenv "XDG_LOG_HOME")