Reduce redundant rclone options
This commit is contained in:
parent
ba74d60a9c
commit
62715e101a
|
@ -13,10 +13,8 @@ ExecStart=/usr/bin/rclone mount \
|
||||||
--allow-other \
|
--allow-other \
|
||||||
--no-modtime \
|
--no-modtime \
|
||||||
--read-only \
|
--read-only \
|
||||||
--dir-cache-time=240m \
|
|
||||||
--tpslimit=10 \
|
--tpslimit=10 \
|
||||||
--tpslimit-burst=1 \
|
--tpslimit-burst=1 \
|
||||||
--buffer-size=1G \
|
|
||||||
GoogleDriveCrypt:/ /mnt/GoogleDriveCrypt
|
GoogleDriveCrypt:/ /mnt/GoogleDriveCrypt
|
||||||
ExecStartPost=/bin/bash -c 'while [ ! -d /mnt/GoogleDriveCrypt/_Other ]; do /usr/bin/sleep 5; done'
|
ExecStartPost=/bin/bash -c 'while [ ! -d /mnt/GoogleDriveCrypt/_Other ]; do /usr/bin/sleep 5; done'
|
||||||
ExecStop=/bin/fusermount -u /mnt/GoogleDriveCrypt
|
ExecStop=/bin/fusermount -u /mnt/GoogleDriveCrypt
|
||||||
|
|
Loading…
Reference in a new issue