Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [Unit]
- Description=RClone Service Dropbox Movies
- Wants=network-online.target
- After=network-online.target
- [Service]
- Type=notify
- Environment=RCLONE_CONFIG=/root/.config/rclone/rclone.conf
- KillMode=none
- RestartSec=5
- ExecStart=/usr/bin/rclone mount "dropbox_app":/ /mnt/PLEX \
- --allow-other \
- --dir-cache-time 9999h \
- --log-file /STUFF/dropbox-movies.log \
- --log-level INFO \
- --umask 002 \
- --cache-dir=/tmp/rclone/cache \
- --vfs-cache-mode full \
- --vfs-cache-max-size 350G \
- --vfs-write-back 1h \
- --vfs-cache-max-age 9999h \
- --vfs-read-ahead 1G \
- --tpslimit 10 \
- --tpslimit-burst 10 \
- --bind 10.0.0.3 \
- --cache-db-purge \
- --disable-http2
- ExecStop=/bin/fusermount -uz /mnt/PLEX
- Restart=on-failure
- User=root
- Group=root
- [Install]
- WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment