mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 00:13:49 +01:00
Corrected a spelling error
parent
80a9663b33
commit
896de58ccd
@ -18,7 +18,7 @@ Environment=RCLONE_TEMP_DIR="/tmp/rclone/%u/%i"
|
||||
#Default arguments for rclone mount. Can be overridden in the environment file
|
||||
Environment=RCLONE_MOUNT_ATTR_TIMEOUT="1s"
|
||||
#TODO: figure out default for the following parameter
|
||||
Environment=RCLONE_MOUNT_DAEMON_TIMEOUT="UNKNOWN_DEFULT"
|
||||
Environment=RCLONE_MOUNT_DAEMON_TIMEOUT="UNKNOWN_DEFAULT"
|
||||
Environment=RCLONE_MOUNT_DIR_CACHE_TIME="5m0s"
|
||||
Environment=RCLONE_MOUNT_DIR_PERMS="0777"
|
||||
Environment=RCLONE_MOUNT_FILE_PERMS="0666"
|
||||
@ -34,7 +34,7 @@ Environment=RCLONE_MOUNT_VFS_CACHE_POLL_INTERVAL="1m0s"
|
||||
Environment=RCLONE_MOUNT_VFS_READ_CHUNK_SIZE="128M"
|
||||
Environment=RCLONE_MOUNT_VFS_READ_CHUNK_SIZE_LIMIT="off"
|
||||
#TODO: figure out default for the following parameter
|
||||
Environment=RCLONE_MOUNT_VOLNAME="UNKNOWN_DEFULT"
|
||||
Environment=RCLONE_MOUNT_VOLNAME="UNKNOWN_DEFAULT"
|
||||
|
||||
#Overwrite default environment settings with settings from the file if present
|
||||
EnvironmentFile=-%h/.config/rclone/%i.env
|
||||
|
Loading…
Reference in New Issue
Block a user