guix/gnu
Adam Maleszka 944c1b62a1
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>
2023-09-17 15:31:03 +02:00
..
bootloader
build
home home: services: redshift: Use redshift package specified in configuration 2023-09-14 15:53:23 +02:00
installer
machine
packages gnu: mutt: Update to 2.2.12 [security fixes]. 2023-09-10 02:00:00 +02:00
services services: syncthing: Ensure that service runs after mounting home directories. 2023-09-17 15:31:03 +02:00
system system: hurd: Override locale-libcs harder. 2023-09-16 15:35:25 +02:00
tests tests: childhurd: Add missing module imports. 2023-09-17 15:31:03 +02:00
artwork.scm
bootloader.scm
ci.scm
compression.scm
home.scm
image.scm
installer.scm
local.mk gnu: gnome-dictionary: Fix build. 2023-09-16 17:46:57 +02:00
machine.scm
packages.scm
services.scm
system.scm
tests.scm