From 4896177e2c01ea9c93bd19f4ae0af9c8b3db376d Mon Sep 17 00:00:00 2001 From: Kylie McClain Date: Mon, 28 Jul 2025 06:00:42 -0400 Subject: [PATCH] programs.rclone: set Service.Type=notify According to , it should be possible to set `Type=notify` to ensure that `rclone` is not marked as started until the mountpoint has actually been successfully mounted. --- modules/programs/rclone.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/programs/rclone.nix b/modules/programs/rclone.nix index d9b197050..3ba95bad0 100644 --- a/modules/programs/rclone.nix +++ b/modules/programs/rclone.nix @@ -344,6 +344,7 @@ in }; Service = { + Type = "notify"; Environment = [ # fusermount/fusermount3 "PATH=/run/wrappers/bin"