1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-02 07:15:53 +02:00
Files
guix/gnu/services
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
..
2023-08-15 23:30:44 +02:00
2023-05-23 20:26:19 -04:00
2023-08-20 22:48:47 +02:00
2023-08-08 18:01:55 +02:00
2023-01-14 07:53:21 -05:00
2022-12-25 14:15:59 +01:00
2023-08-15 23:30:44 +02:00
2023-08-21 17:29:51 +02:00
2023-03-07 11:39:50 +01:00