diff --git a/Systemd-rclone-mount.md b/Systemd-rclone-mount.md index d1dbd93..c697d04 100644 --- a/Systemd-rclone-mount.md +++ b/Systemd-rclone-mount.md @@ -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