mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-12 12:01:08 +01:00
programs.rclone: set Service.Type=notify
According to <https://rclone.org/commands/rclone_mount/#systemd>, 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.
This commit is contained in:
parent
feba2b2daa
commit
4896177e2c
1 changed files with 1 additions and 0 deletions
|
|
@ -344,6 +344,7 @@ in
|
|||
};
|
||||
|
||||
Service = {
|
||||
Type = "notify";
|
||||
Environment = [
|
||||
# fusermount/fusermount3
|
||||
"PATH=/run/wrappers/bin"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue