Unmount rclone lazily
This commit is contained in:
parent
36e77dcf8e
commit
62df9b7384
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ ExecStart= \
|
|||
--vfs-cache-mode full \
|
||||
--log-file /tmp/rclone/$target.log \
|
||||
$target: "%h/$dirname"'
|
||||
ExecStop=bash -c '/bin/fusermount -u "%h/${EXPRESSION#*":"}"'
|
||||
ExecStop=bash -c '/bin/fusermount -zu "%h/${EXPRESSION#*":"}"'
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
Loading…
Reference in a new issue