Skip to content

Commit

Permalink
update rclone.service
Browse files Browse the repository at this point in the history
  • Loading branch information
Animosity022 committed Sep 4, 2020
1 parent e8b4ca6 commit d5cecc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion systemd/rclone.service
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ExecStart=/usr/bin/rclone mount gcrypt: /GD \
--vfs-cache-max-size 500G \
# This limits the age in the cache if the size is reached and it removes the oldest files first
--vfs-cache-max-age 336h \
# THis sets a per file bandwidth control and I limit this to a little bigger than my largest bitrate I'd want to play
# This sets a per file bandwidth control and I limit this to a little bigger than my largest bitrate I'd want to play
--bwlimit-file 16M
ExecStop=/bin/fusermount -uz /GD
ExecStartPost=/usr/bin/rclone rc vfs/refresh recursive=true --rc-addr 127.0.0.1:5572 _async=true
Expand Down

0 comments on commit d5cecc1

Please sign in to comment.