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 \
|
--vfs-cache-mode full \
|
||||||
--log-file /tmp/rclone/$target.log \
|
--log-file /tmp/rclone/$target.log \
|
||||||
$target: "%h/$dirname"'
|
$target: "%h/$dirname"'
|
||||||
ExecStop=bash -c '/bin/fusermount -u "%h/${EXPRESSION#*":"}"'
|
ExecStop=bash -c '/bin/fusermount -zu "%h/${EXPRESSION#*":"}"'
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=default.target
|
WantedBy=default.target
|
Loading…
Reference in a new issue