Hi Ludovic, Ludovic Courtès writes: […] > I wonder what the preferred behavior would be. Restore PATH to whatever > value it had when the user ‘shepherd’ process was started, at the > expense of making things harder to track/less reproducible? Should we > leave it unset, possibly breaking programs that expect it to be set? > Should we set it to “/run/current-system/profile/bin:/usr/bin” or > similar? 1c30d5a6 was almost 3 months ago, so we could assume most of the users are already reconfigured to this (or newer) commit and fixed their configurations accordingly. Because we probably cannot be sure how they fixed it, I think the best that we could do is not to change the current behavior again and provide a support and documentation if needed, so we don't break users configurations again. Also, the current behavior ‘PATH=/run/current-system/profile/bin’ matches with mcron started by Shepherd on a Guix System on pretty recent commit ‘fc6bdaad57bf91609849623c5f485403c030cb49’, which probably is better than difference of PATH dependending on is it system's Shepherd or user's Shepherd instance running. We could allow users to control an environment of mcron, but I think it should be: - optional for both system's and user's Shepherd instances; - not a default behavior, because we already switched from PATH= to ‘PATH=/run/current-system/profile/bin’. Regards, Oleg.