diff options
author | Adam Maleszka <adam_maleszka@aol.com> | 2023-09-04 14:25:23 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-09-17 15:31:03 +0200 |
commit | 944c1b62a1b36d6383b8e902f1a4abbee0165e34 (patch) | |
tree | 402e662808db7c23e67a2e78a1569b7d7c9eba26 /ChangeLog | |
parent | db014e394e4fe256d2413d8316c85119828dc2f2 (diff) | |
download | guix-944c1b62a1b36d6383b8e902f1a4abbee0165e34.tar.gz guix-944c1b62a1b36d6383b8e902f1a4abbee0165e34.zip |
services: syncthing: Ensure that service runs after mounting home directories.
Sometimes `syncthing-service-type' fails during startup because it tries
to read configuration files from the user's home directory:
Failure on home directory: mkdir /home/xyz/.config: permission denied
This patch adds `user-processes' to the shepherd service requirements to
ensure that `user-homes' is fired before `syncthing' tries to read data
from the home directory.
* gnu/services/syncthing.scm (syncthing-shepherd-service): add
`user-processes' to requirements
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'ChangeLog')
0 files changed, 0 insertions, 0 deletions