/doc/images/

scm?id=0d5995e4fda2893db6359b9a2ec79d72885dc4c4'>diff
path: root/gnu/services/syncthing.scm
AgeCommit message (Expand)Author
2024-08-21services: syncthing: incorrect guessing of HOME variable...Fixed the issue described here: https://lists.gnu.org/archive/html/help-guix/2024-01/msg00034.html Fix `syncthing-shepherd-service` failing to guess the correct `HOME` environment variable when it's `<syncthing-configuration>` does not have a value for the `home` or `user` fields. * gnu/services/syncthing.scm (syncthing-shepherd-service): Change ‘HOME’ value in #:environment-variables argument. Change-Id: I102bfe5feba1ebb349a0cde1c987c0c10ebbab7a Signed-off-by: Ludovic Courtès <ludo@gnu.org> Sergio Pastor Pérez