rclone: make mounts wait for config
This commit is contained in:
parent
90913f8313
commit
3cea83bf84
1 changed files with 2 additions and 0 deletions
|
|
@ -364,6 +364,8 @@ in
|
|||
lib.nameValuePair "rclone-mount:${replaceIllegalChars mount-path}@${remote-name}" {
|
||||
Unit = {
|
||||
Description = "Rclone FUSE daemon for ${remote-name}:${mount-path}";
|
||||
Requires = [ "rclone-config.service" ];
|
||||
After = [ "rclone-config.service" ];
|
||||
};
|
||||
|
||||
Service = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue