1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-09 14:40:36 +02:00
Files
guix/gnu/services
Ludovic Courtès 8b9cad01e9 services: shepherd: Spawn services with nothing but the PATH variable.
Previously, services spawned with 'make-forkexec-constructor' &
co. would all inherit the environment variables of PID 1, which includes
things like 'BOOT_IMAGE'.  This change resets it to the bare minimum.

* gnu/services/shepherd.scm (shepherd-configuration-file): Add call to
'default-environment-variables'.  Remove 'setenv' call.
2020-02-16 23:31:08 +01:00
..
2020-01-06 16:31:54 +01:00
2019-09-25 08:35:33 +01:00
2019-10-18 23:22:25 +02:00
2020-01-31 23:37:13 -05:00
2020-01-06 16:31:54 +01:00
2020-01-08 23:56:16 +01:00
2019-11-28 13:30:53 +01:00
2020-02-02 10:42:16 +01:00
2020-02-16 09:25:00 +02:00