mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
services/base: Remove extraneous UDEV_CONFIG_FILE environment variable.
This environment variable used to be honored by udevd, but that is no longer the case (as shown by grepping its source). * gnu/services/base.scm (udev-shepherd-service) <#:environment-variables>: Remove UDEV_CONFIG_FILE. Change-Id: I0828de76e8da429432bc0679903aa501c99625af
This commit is contained in:
committed by
Christopher Baines
parent
098b5cdf9c
commit
c17c6b9820
@@ -2562,9 +2562,6 @@ item of PACKAGES."
|
||||
(list udevd)
|
||||
#:environment-variables
|
||||
(cons*
|
||||
;; The first one is for udev, the second one for
|
||||
;; eudev.
|
||||
"UDEV_CONFIG_FILE=/etc/udev/udev.conf"
|
||||
"EUDEV_RULES_DIRECTORY=/etc/udev/rules.d"
|
||||
(string-append "LINUX_MODULE_DIRECTORY="
|
||||
(getenv "LINUX_MODULE_DIRECTORY"))
|
||||
|
||||
Reference in New Issue
Block a user