Freezer on 4K movies and 4K TV episodes

ps -ef | grep rclone

root@Synology:~# ps -ef | grep rclone
root     18483     1  0 14:10 ?        00:00:08 /usr/bin/rclone mount embycrypt: /volume1/medien/emby --config=/root/.config/rclone/rclone.conf --allow-other --allow-non-empty --rc --rc-addr=192.168.178.73:5572
root     22600 22138  0 14:28 pts/0    00:00:00 grep --color=auto rclone

journalctl -u rclone -b

Nov 30 14:10:01 Synology systemd[1]: rclone.service: control process exited, code=exited status=1
Nov 30 14:10:01 Synology systemd[1]: Failed to start Rclone Service.
Nov 30 14:10:01 Synology systemd[1]: Unit rclone.service entered failed state.
Nov 30 14:10:01 Synology systemd[1]: rclone.service failed.
Nov 30 14:10:06 Synology systemd[1]: rclone.service holdoff time over, scheduling restart.
Nov 30 14:10:06 Synology systemd[1]: Starting Rclone Service...
Nov 30 14:10:06 Synology rclone[18304]: 2022/11/30 14:10:06 DEBUG : Home directory lookup failed and cannot be used as configuration location: exec: "getent": executable file not found in $PATH
Nov 30 14:10:06 Synology rclone[18304]: 2022/11/30 14:10:06 DEBUG : Failed to find user cache dir, using temporary directory: neither $XDG_CACHE_HOME nor $HOME are defined
Nov 30 14:10:06 Synology rclone[18304]: Error: unknown flag: --drive-no-versions
Nov 30 14:10:06 Synology rclone[18304]: Usage:
Nov 30 14:10:06 Synology rclone[18304]: rclone mount remote:path /path/to/mountpoint [flags]
Nov 30 14:10:06 Synology rclone[18304]: Flags:
Nov 30 14:10:06 Synology rclone[18304]: --allow-non-empty                        Allow mounting over a non-empty directory (not supported on Windows)
Nov 30 14:10:06 Synology rclone[18304]: --allow-other                            Allow access to other users (not supported on Windows)
Nov 30 14:10:06 Synology rclone[18304]: --allow-root                             Allow access to root user (not supported on Windows)
Nov 30 14:10:06 Synology rclone[18304]: --async-read                             Use asynchronous reads (not supported on Windows) (default true)
Nov 30 14:10:06 Synology rclone[18304]: --attr-timeout duration                  Time for which file/directory attributes are cached (default 1s)
Nov 30 14:10:06 Synology rclone[18304]: --daemon                                 Run mount in background and exit parent process (as background output is suppressed, use --log-file with --log-format=pid,... to monitor) (not supported on Windows)
Nov 30 14:10:06 Synology rclone[18304]: --daemon-timeout duration                Time limit for rclone to respond to kernel (not supported on Windows)
Nov 30 14:10:06 Synology rclone[18304]: --daemon-wait duration                   Time to wait for ready mount from daemon (maximum time on Linux, constant sleep time on OSX/BSD) (not supported on Windows) (default 1m0s)
Nov 30 14:10:06 Synology rclone[18304]: --debug-fuse                             Debug the FUSE internals - needs -v
Nov 30 14:10:06 Synology rclone[18304]: --default-permissions                    Makes kernel enforce access control based on the file mode (not supported on Windows)
Nov 30 14:10:06 Synology rclone[18304]: --devname string                         Set the device name - default is remote:path
Nov 30 14:10:06 Synology rclone[18304]: --dir-cache-time duration                Time to cache directory entries for (default 5m0s)
Nov 30 14:10:06 Synology rclone[18304]: --dir-perms FileMode                     Directory permissions (default 0777)
Nov 30 14:10:06 Synology rclone[18304]: --file-perms FileMode                    File permissions (default 0666)
Nov 30 14:10:06 Synology rclone[18304]: --fuse-flag stringArray                  Flags or arguments to be passed direct to libfuse/WinFsp (repeat if required)
Nov 30 14:10:06 Synology rclone[18304]: --gid uint32                             Override the gid field set by the filesystem (not supported on Windows)
Nov 30 14:10:06 Synology rclone[18304]: -h, --help                                   help for mount
Nov 30 14:10:06 Synology rclone[18304]: --max-read-ahead SizeSuffix              The number of bytes that can be prefetched for sequential reads (not supported on Windows) (default 128Ki)
Nov 30 14:10:06 Synology rclone[18304]: --network-mode                           Mount as remote network drive, instead of fixed disk drive (supported on Windows only)
Nov 30 14:10:06 Synology rclone[18304]: --no-checksum                            Don't compare checksums on up/download
Nov 30 14:10:06 Synology rclone[18304]: --no-modtime                             Don't read/write the modification time (can speed things up)
Nov 30 14:10:06 Synology rclone[18304]: --no-seek                                Don't allow seeking in files
Nov 30 14:10:06 Synology rclone[18304]: --noappledouble                          Ignore Apple Double (._) and .DS_Store files (supported on OSX only) (default true)
Nov 30 14:10:06 Synology rclone[18304]: --noapplexattr                           Ignore all "com.apple.*" extended attributes (supported on OSX only)
Nov 30 14:10:06 Synology rclone[18304]: -o, --option stringArray                     Option for libfuse/WinFsp (repeat if required)
Nov 30 14:10:06 Synology rclone[18304]: --poll-interval duration                 Time to wait between polling for changes, must be smaller than dir-cache-time and only on supported remotes (set 0 to disable) (default 1m0s)
Nov 30 14:10:06 Synology rclone[18304]: --read-only                              Only allow read-only access
Nov 30 14:10:06 Synology rclone[18304]: --uid uint32                             Override the uid field set by the filesystem (not supported on Windows)
Nov 30 14:10:06 Synology rclone[18304]: --umask int                              Override the permission bits set by the filesystem (not supported on Windows) (default 18)
Nov 30 14:10:06 Synology rclone[18304]: --vfs-cache-max-age duration             Max age of objects in the cache (default 1h0m0s)
Nov 30 14:10:06 Synology rclone[18304]: --vfs-cache-max-size SizeSuffix          Max total size of objects in the cache (default off)
Nov 30 14:10:06 Synology rclone[18304]: --vfs-cache-mode CacheMode               Cache mode off|minimal|writes|full (default off)
Nov 30 14:10:06 Synology rclone[18304]: --vfs-cache-poll-interval duration       Interval to poll the cache for stale objects (default 1m0s)
Nov 30 14:10:06 Synology rclone[18304]: --vfs-case-insensitive                   If a file name not found, find a case insensitive match
Nov 30 14:10:06 Synology rclone[18304]: --vfs-disk-space-total-size SizeSuffix   Specify the total space of disk (default off)
Nov 30 14:10:06 Synology systemd[1]: rclone.service: main process exited, code=exited, status=1/FAILURE
Nov 30 14:10:06 Synology rclone[18304]: --vfs-fast-fingerprint                   Use fast (less accurate) fingerprints for change detection
Nov 30 14:10:06 Synology rclone[18304]: --vfs-read-ahead SizeSuffix              Extra read ahead over --buffer-size when using cache-mode full
Nov 30 14:10:06 Synology rclone[18304]: --vfs-read-chunk-size SizeSuffix         Read the source objects in chunks (default 128Mi)
Nov 30 14:10:06 Synology rclone[18304]: --vfs-read-chunk-size-limit SizeSuffix   If greater than --vfs-read-chunk-size, double the chunk size after each chunk read, until the limit is reached ('off' is unlimited) (default off)
Nov 30 14:10:06 Synology rclone[18304]: --vfs-read-wait duration                 Time to wait for in-sequence read before seeking (default 20ms)
Nov 30 14:10:06 Synology rclone[18304]: --vfs-used-is-size rclone size           Use the rclone size algorithm for Used size
Nov 30 14:10:06 Synology rclone[18304]: --vfs-write-back duration                Time to writeback files after last use when using cache (default 5s)
Nov 30 14:10:06 Synology rclone[18304]: --vfs-write-wait duration                Time to wait for in-sequence write before giving error (default 1s)
Nov 30 14:10:06 Synology rclone[18304]: --volname string                         Set the volume name (supported on Windows and OSX only)
Nov 30 14:10:06 Synology rclone[18304]: --write-back-cache                       Makes kernel buffer writes before sending them to rclone (without this, writethrough caching is used) (not supported on Windows)
Nov 30 14:10:06 Synology rclone[18304]: Use "rclone [command] --help" for more information about a command.
Nov 30 14:10:06 Synology rclone[18304]: Use "rclone help flags" for to see the global flags.
Nov 30 14:10:06 Synology rclone[18304]: Use "rclone help backends" for a list of supported services.
Nov 30 14:10:06 Synology rclone[18304]: 2022/11/30 14:10:06 Fatal error: unknown flag: --drive-no-versions
Nov 30 14:10:06 Synology fusermount[18313]: /bin/fusermount: failed to unmount /volume1/medien/emby: Invalid argument
Nov 30 14:10:06 Synology systemd[1]: rclone.service: control process exited, code=exited status=1
Nov 30 14:10:06 Synology systemd[1]: Failed to start Rclone Service.
Nov 30 14:10:06 Synology systemd[1]: Unit rclone.service entered failed state.
Nov 30 14:10:06 Synology systemd[1]: rclone.service failed.
Nov 30 14:10:11 Synology systemd[1]: rclone.service holdoff time over, scheduling restart.
Nov 30 14:10:11 Synology systemd[1]: Starting Rclone Service...
Nov 30 14:10:11 Synology rclone[18339]: 2022/11/30 14:10:11 DEBUG : Home directory lookup failed and cannot be used as configuration location: exec: "getent": executable file not found in $PATH
Nov 30 14:10:11 Synology rclone[18339]: 2022/11/30 14:10:11 DEBUG : Failed to find user cache dir, using temporary directory: neither $XDG_CACHE_HOME nor $HOME are defined
Nov 30 14:10:11 Synology rclone[18339]: Error: unknown flag: --drive-no-versions
Nov 30 14:10:11 Synology rclone[18339]: Usage:
Nov 30 14:10:11 Synology rclone[18339]: rclone mount remote:path /path/to/mountpoint [flags]
Nov 30 14:10:11 Synology rclone[18339]: Flags:
Nov 30 14:10:11 Synology rclone[18339]: --allow-non-empty                        Allow mounting over a non-empty directory (not supported on Windows)
Nov 30 14:10:11 Synology rclone[18339]: --allow-other                            Allow access to other users (not supported on Windows)
Nov 30 14:10:11 Synology rclone[18339]: --allow-root                             Allow access to root user (not supported on Windows)
Nov 30 14:10:11 Synology rclone[18339]: --async-read                             Use asynchronous reads (not supported on Windows) (default true)
Nov 30 14:10:11 Synology rclone[18339]: --attr-timeout duration                  Time for which file/directory attributes are cached (default 1s)
Nov 30 14:10:11 Synology rclone[18339]: --daemon                                 Run mount in background and exit parent process (as background output is suppressed, use --log-file with --log-format=pid,... to monitor) (not supported on Windows)
Nov 30 14:10:11 Synology rclone[18339]: --daemon-timeout duration                Time limit for rclone to respond to kernel (not supported on Windows)
Nov 30 14:10:11 Synology rclone[18339]: --daemon-wait duration                   Time to wait for ready mount from daemon (maximum time on Linux, constant sleep time on OSX/BSD) (not supported on Windows) (default 1m0s)
Nov 30 14:10:11 Synology rclone[18339]: --debug-fuse                             Debug the FUSE internals - needs -v
Nov 30 14:10:11 Synology rclone[18339]: --default-permissions                    Makes kernel enforce access control based on the file mode (not supported on Windows)
Nov 30 14:10:11 Synology rclone[18339]: --devname string                         Set the device name - default is remote:path
Nov 30 14:10:11 Synology rclone[18339]: --dir-cache-time duration                Time to cache directory entries for (default 5m0s)
Nov 30 14:10:11 Synology rclone[18339]: --dir-perms FileMode                     Directory permissions (default 0777)
Nov 30 14:10:11 Synology rclone[18339]: --file-perms FileMode                    File permissions (default 0666)
Nov 30 14:10:11 Synology rclone[18339]: --fuse-flag stringArray                  Flags or arguments to be passed direct to libfuse/WinFsp (repeat if required)
Nov 30 14:10:11 Synology rclone[18339]: --gid uint32                             Override the gid field set by the filesystem (not supported on Windows)
Nov 30 14:10:11 Synology rclone[18339]: -h, --help                                   help for mount
Nov 30 14:10:11 Synology rclone[18339]: --max-read-ahead SizeSuffix              The number of bytes that can be prefetched for sequential reads (not supported on Windows) (default 128Ki)
Nov 30 14:10:11 Synology rclone[18339]: --network-mode                           Mount as remote network drive, instead of fixed disk drive (supported on Windows only)
Nov 30 14:10:11 Synology rclone[18339]: --no-checksum                            Don't compare checksums on up/download
Nov 30 14:10:11 Synology rclone[18339]: --no-modtime                             Don't read/write the modification time (can speed things up)
Nov 30 14:10:11 Synology rclone[18339]: --no-seek                                Don't allow seeking in files
Nov 30 14:10:11 Synology rclone[18339]: --noappledouble                          Ignore Apple Double (._) and .DS_Store files (supported on OSX only) (default true)
Nov 30 14:10:11 Synology rclone[18339]: --noapplexattr                           Ignore all "com.apple.*" extended attributes (supported on OSX only)
Nov 30 14:10:11 Synology rclone[18339]: -o, --option stringArray                     Option for libfuse/WinFsp (repeat if required)
Nov 30 14:10:11 Synology rclone[18339]: --poll-interval duration                 Time to wait between polling for changes, must be smaller than dir-cache-time and only on supported remotes (set 0 to disable) (default 1m0s)
Nov 30 14:10:11 Synology rclone[18339]: --read-only                              Only allow read-only access
Nov 30 14:10:11 Synology rclone[18339]: --uid uint32                             Override the uid field set by the filesystem (not supported on Windows)
Nov 30 14:10:11 Synology rclone[18339]: --umask int                              Override the permission bits set by the filesystem (not supported on Windows) (default 18)
Nov 30 14:10:11 Synology rclone[18339]: --vfs-cache-max-age duration             Max age of objects in the cache (default 1h0m0s)
Nov 30 14:10:11 Synology rclone[18339]: --vfs-cache-max-size SizeSuffix          Max total size of objects in the cache (default off)
Nov 30 14:10:11 Synology rclone[18339]: --vfs-cache-mode CacheMode               Cache mode off|minimal|writes|full (default off)
Nov 30 14:10:11 Synology rclone[18339]: --vfs-cache-poll-interval duration       Interval to poll the cache for stale objects (default 1m0s)
Nov 30 14:10:11 Synology rclone[18339]: --vfs-case-insensitive                   If a file name not found, find a case insensitive match
Nov 30 14:10:11 Synology rclone[18339]: --vfs-disk-space-total-size SizeSuffix   Specify the total space of disk (default off)
Nov 30 14:10:11 Synology rclone[18339]: --vfs-fast-fingerprint                   Use fast (less accurate) fingerprints for change detection
Nov 30 14:10:11 Synology rclone[18339]: --vfs-read-ahead SizeSuffix              Extra read ahead over --buffer-size when using cache-mode full
Nov 30 14:10:11 Synology rclone[18339]: --vfs-read-chunk-size SizeSuffix         Read the source objects in chunks (default 128Mi)
Nov 30 14:10:11 Synology rclone[18339]: --vfs-read-chunk-size-limit SizeSuffix   If greater than --vfs-read-chunk-size, double the chunk size after each chunk read, until the limit is reached ('off' is unlimited) (default off)
Nov 30 14:10:11 Synology rclone[18339]: --vfs-read-wait duration                 Time to wait for in-sequence read before seeking (default 20ms)
Nov 30 14:10:11 Synology rclone[18339]: --vfs-used-is-size rclone size           Use the rclone size algorithm for Used size
Nov 30 14:10:11 Synology rclone[18339]: --vfs-write-back duration                Time to writeback files after last use when using cache (default 5s)
Nov 30 14:10:11 Synology rclone[18339]: --vfs-write-wait duration                Time to wait for in-sequence write before giving error (default 1s)
Nov 30 14:10:11 Synology rclone[18339]: --volname string                         Set the volume name (supported on Windows and OSX only)
Nov 30 14:10:11 Synology rclone[18339]: --write-back-cache                       Makes kernel buffer writes before sending them to rclone (without this, writethrough caching is used) (not supported on Windows)
Nov 30 14:10:11 Synology rclone[18339]: Use "rclone [command] --help" for more information about a command.
Nov 30 14:10:11 Synology rclone[18339]: Use "rclone help flags" for to see the global flags.
Nov 30 14:10:11 Synology rclone[18339]: Use "rclone help backends" for a list of supported services.
Nov 30 14:10:11 Synology rclone[18339]: 2022/11/30 14:10:11 Fatal error: unknown flag: --drive-no-versions
Nov 30 14:10:11 Synology systemd[1]: rclone.service: main process exited, code=exited, status=1/FAILURE
Nov 30 14:10:11 Synology fusermount[18348]: /bin/fusermount: failed to unmount /volume1/medien/emby: Invalid argument
Nov 30 14:10:11 Synology systemd[1]: rclone.service: control process exited, code=exited status=1
Nov 30 14:10:11 Synology systemd[1]: Failed to start Rclone Service.
Nov 30 14:10:11 Synology systemd[1]: Unit rclone.service entered failed state.
Nov 30 14:10:11 Synology systemd[1]: rclone.service failed.
Nov 30 14:10:16 Synology systemd[1]: rclone.service holdoff time over, scheduling restart.
Nov 30 14:10:16 Synology systemd[1]: Starting Rclone Service...
Nov 30 14:10:16 Synology rclone[18376]: 2022/11/30 14:10:16 DEBUG : Home directory lookup failed and cannot be used as configuration location: exec: "getent": executable file not found in $PATH
Nov 30 14:10:16 Synology rclone[18376]: 2022/11/30 14:10:16 DEBUG : Failed to find user cache dir, using temporary directory: neither $XDG_CACHE_HOME nor $HOME are defined
Nov 30 14:10:16 Synology rclone[18376]: Error: unknown flag: --drive-no-versions
Nov 30 14:10:16 Synology rclone[18376]: Usage:
Nov 30 14:10:16 Synology rclone[18376]: rclone mount remote:path /path/to/mountpoint [flags]
Nov 30 14:10:16 Synology rclone[18376]: Flags:
Nov 30 14:10:16 Synology rclone[18376]: --allow-non-empty                        Allow mounting over a non-empty directory (not supported on Windows)
Nov 30 14:10:16 Synology rclone[18376]: --allow-other                            Allow access to other users (not supported on Windows)
Nov 30 14:10:16 Synology rclone[18376]: --allow-root                             Allow access to root user (not supported on Windows)
Nov 30 14:10:16 Synology rclone[18376]: --async-read                             Use asynchronous reads (not supported on Windows) (default true)
Nov 30 14:10:16 Synology rclone[18376]: --attr-timeout duration                  Time for which file/directory attributes are cached (default 1s)
Nov 30 14:10:16 Synology rclone[18376]: --daemon                                 Run mount in background and exit parent process (as background output is suppressed, use --log-file with --log-format=pid,... to monitor) (not supported on Windows)
Nov 30 14:10:16 Synology rclone[18376]: --daemon-timeout duration                Time limit for rclone to respond to kernel (not supported on Windows)
Nov 30 14:10:16 Synology rclone[18376]: --daemon-wait duration                   Time to wait for ready mount from daemon (maximum time on Linux, constant sleep time on OSX/BSD) (not supported on Windows) (default 1m0s)
Nov 30 14:10:16 Synology rclone[18376]: --debug-fuse                             Debug the FUSE internals - needs -v
Nov 30 14:10:16 Synology rclone[18376]: --default-permissions                    Makes kernel enforce access control based on the file mode (not supported on Windows)
Nov 30 14:10:16 Synology rclone[18376]: --devname string                         Set the device name - default is remote:path
Nov 30 14:10:16 Synology rclone[18376]: --dir-cache-time duration                Time to cache directory entries for (default 5m0s)
Nov 30 14:10:16 Synology rclone[18376]: --dir-perms FileMode                     Directory permissions (default 0777)
Nov 30 14:10:16 Synology rclone[18376]: --file-perms FileMode                    File permissions (default 0666)
Nov 30 14:10:16 Synology rclone[18376]: --fuse-flag stringArray                  Flags or arguments to be passed direct to libfuse/WinFsp (repeat if required)
Nov 30 14:10:16 Synology rclone[18376]: --gid uint32                             Override the gid field set by the filesystem (not supported on Windows)
Nov 30 14:10:16 Synology rclone[18376]: -h, --help                                   help for mount
Nov 30 14:10:16 Synology rclone[18376]: --max-read-ahead SizeSuffix              The number of bytes that can be prefetched for sequential reads (not supported on Windows) (default 128Ki)
Nov 30 14:10:16 Synology rclone[18376]: --network-mode                           Mount as remote network drive, instead of fixed disk drive (supported on Windows only)
Nov 30 14:10:16 Synology rclone[18376]: --no-checksum                            Don't compare checksums on up/download
Nov 30 14:10:16 Synology rclone[18376]: --no-modtime                             Don't read/write the modification time (can speed things up)
Nov 30 14:10:16 Synology rclone[18376]: --no-seek                                Don't allow seeking in files
Nov 30 14:10:16 Synology rclone[18376]: --noappledouble                          Ignore Apple Double (._) and .DS_Store files (supported on OSX only) (default true)
Nov 30 14:10:16 Synology rclone[18376]: --noapplexattr                           Ignore all "com.apple.*" extended attributes (supported on OSX only)
Nov 30 14:10:16 Synology rclone[18376]: -o, --option stringArray                     Option for libfuse/WinFsp (repeat if required)
Nov 30 14:10:16 Synology rclone[18376]: --poll-interval duration                 Time to wait between polling for changes, must be smaller than dir-cache-time and only on supported remotes (set 0 to disable) (default 1m0s)
Nov 30 14:10:16 Synology rclone[18376]: --read-only                              Only allow read-only access
Nov 30 14:10:16 Synology rclone[18376]: --uid uint32                             Override the uid field set by the filesystem (not supported on Windows)
Nov 30 14:10:16 Synology rclone[18376]: --umask int                              Override the permission bits set by the filesystem (not supported on Windows) (default 18)
Nov 30 14:10:16 Synology rclone[18376]: --vfs-cache-max-age duration             Max age of objects in the cache (default 1h0m0s)
Nov 30 14:10:16 Synology rclone[18376]: --vfs-cache-max-size SizeSuffix          Max total size of objects in the cache (default off)
Nov 30 14:10:16 Synology rclone[18376]: --vfs-cache-mode CacheMode               Cache mode off|minimal|writes|full (default off)
Nov 30 14:10:16 Synology rclone[18376]: --vfs-cache-poll-interval duration       Interval to poll the cache for stale objects (default 1m0s)
Nov 30 14:10:16 Synology rclone[18376]: --vfs-case-insensitive                   If a file name not found, find a case insensitive match
Nov 30 14:10:16 Synology rclone[18376]: --vfs-disk-space-total-size SizeSuffix   Specify the total space of disk (default off)
Nov 30 14:10:16 Synology rclone[18376]: --vfs-fast-fingerprint                   Use fast (less accurate) fingerprints for change detection
Nov 30 14:10:16 Synology rclone[18376]: --vfs-read-ahead SizeSuffix              Extra read ahead over --buffer-size when using cache-mode full
Nov 30 14:10:16 Synology rclone[18376]: --vfs-read-chunk-size SizeSuffix         Read the source objects in chunks (default 128Mi)
Nov 30 14:10:16 Synology rclone[18376]: --vfs-read-chunk-size-limit SizeSuffix   If greater than --vfs-read-chunk-size, double the chunk size after each chunk read, until the limit is reached ('off' is unlimited) (default off)
Nov 30 14:10:16 Synology rclone[18376]: --vfs-read-wait duration                 Time to wait for in-sequence read before seeking (default 20ms)
Nov 30 14:10:16 Synology rclone[18376]: --vfs-used-is-size rclone size           Use the rclone size algorithm for Used size
Nov 30 14:10:16 Synology rclone[18376]: --vfs-write-back duration                Time to writeback files after last use when using cache (default 5s)
Nov 30 14:10:16 Synology rclone[18376]: --vfs-write-wait duration                Time to wait for in-sequence write before giving error (default 1s)
Nov 30 14:10:16 Synology rclone[18376]: --volname string                         Set the volume name (supported on Windows and OSX only)
Nov 30 14:10:16 Synology rclone[18376]: --write-back-cache                       Makes kernel buffer writes before sending them to rclone (without this, writethrough caching is used) (not supported on Windows)
Nov 30 14:10:16 Synology rclone[18376]: Use "rclone [command] --help" for more information about a command.
Nov 30 14:10:16 Synology rclone[18376]: Use "rclone help flags" for to see the global flags.
Nov 30 14:10:16 Synology rclone[18376]: Use "rclone help backends" for a list of supported services.
Nov 30 14:10:16 Synology rclone[18376]: 2022/11/30 14:10:16 Fatal error: unknown flag: --drive-no-versions
Nov 30 14:10:16 Synology systemd[1]: rclone.service: main process exited, code=exited, status=1/FAILURE
Nov 30 14:10:16 Synology fusermount[18386]: /bin/fusermount: failed to unmount /volume1/medien/emby: Invalid argument
Nov 30 14:10:16 Synology systemd[1]: rclone.service: control process exited, code=exited status=1
Nov 30 14:10:16 Synology systemd[1]: Failed to start Rclone Service.
Nov 30 14:10:16 Synology systemd[1]: Unit rclone.service entered failed state.
Nov 30 14:10:16 Synology systemd[1]: rclone.service failed.
Nov 30 14:10:21 Synology systemd[1]: [/etc/systemd/system/rclone.service:11] Unknown lvalue '--cache-dir' in section 'Service'
Nov 30 14:10:26 Synology systemd[1]: rclone.service holdoff time over, scheduling restart.
Nov 30 14:10:26 Synology systemd[1]: Starting Rclone Service...
Nov 30 14:10:26 Synology rclone[18483]: 2022/11/30 14:10:26 NOTICE: Serving remote control on http://192.168.178.73:5572/
Nov 30 14:10:27 Synology systemd[1]: Started Rclone Service.
Nov 30 14:10:42 Synology systemd[1]: Started Rclone Service.
Nov 30 14:27:54 Synology systemd[1]: [/etc/systemd/system/rclone.service:11] Unknown lvalue '--cache-dir' in section 'Service'
Nov 30 14:30:54 Synology systemd[1]: Started Rclone Service.

You still have an error in your service file.

Can you please post the latest one?

this one?

root@Synology:~# cat /etc/systemd/system/rclone.service
[Unit]
Description=Rclone Service
Wants=network-online.target
After=network-online.target

[Service]
Type=notify
RestartSec=5
Restart=always
ExecStart=/usr/bin/rclone mount embycrypt: /volume1/medien/emby --config=/root/.config/rclone/rclone.conf --allow-other --allow-non-empty  --rc --rc-addr=192.168.178.73:5572
--cache-dir=/volume1/data/cache \
--no-modtime \
--stats=0 \
--vfs-cache-mode full \
--vfs-cache-max-size 250G \
--log-level DEBUG \
--log-file /volume1/data/log/embycrypt.log \
--user-agent "rclone/v1.60.1" \
--drive-no-versions \
--drive-pacer-min-sleep 10ms \
--drive-pacer-burst 200

ExecStop=/bin/fusermount -uzq /volume1/medien/emby

[Install]
WantedBy=multi-user.target \

You are missing a " " at the end of the first line as it means it will continue to the next line.

--allow-non-empty 

is very bad to use unless you know why you are using it as it allows for over mounting and hiding things. I'd remove that.

Any idea why you are using that?

You mean like this?

[Unit]
Description=Rclone Service
Wants=network-online.target
After=network-online.target

[Service]
Type=notify
RestartSec=5
Restart=always
ExecStart=/usr/bin/rclone mount embycrypt: /volume1/medien/emby --config=/root/.config/rclone/rclone.conf --allow-other --rc --rc-addr="192.168.178.73:5572"
        --cache-dir=/volume1/data/cache \
        --stats=0 \
        --vfs-cache-mode full \
        --vfs-cache-max-size 120G \
        --log-level DEBUG \
        --log-file /volume1/data/cache \
        --user-agent "rclone/v1.60.1" \
        --drive-no-versions \
        --drive-pacer-min-sleep 10ms \
		--drive-pacer-burst 200

ExecStop=/bin/fusermount -uzq /volume1/medien/emby

[Install]
WantedBy=multi-user.target

That looks ok.

Try to

systemctl daemon-reload
systemctl stop rclone
ps -ef | grep rclone

validate all gone / none running

systemctl start rclone
journalctl -u rclone -b

Share the output of the last two.

Will not start

● rclone.service - Rclone Service
   Loaded: loaded (/etc/systemd/system/rclone.service; enabled; vendor preset: disabled)
   Active: activating (auto-restart) (Result: exit-code) since Wed 2022-11-30 15:20:39 CET; 2s ago
  Process: 18640 ExecStop=/bin/fusermount -uzq /volume1/medien/emby (code=exited, status=1/FAILURE)
  Process: 18632 ExecStart=/usr/bin/rclone mount embycrypt: /volume1/medien/emby --config=/root/.config/rclone/rclone.conf --allow-other --rc --rc-addr="192.168.178.73:5572" (code=exited, status=1/FAILURE)
 Main PID: 18632 (code=exited, status=1/FAILURE)

Nov 30 15:20:39 Synology systemd[1]: Failed to start Rclone Service.
Nov 30 15:20:39 Synology systemd[1]: Unit rclone.service entered failed state.
Nov 30 15:20:39 Synology systemd[1]: rclone.service failed.

You need a \ on the end of that line.

Now nothing works

root@Synology:~# systemctl start rclone
Job for rclone.service failed. See "systemctl status rclone.service" and "journalctl -xe" for details.
root@Synology:~# systemctl status rclone.service -l
● rclone.service - Rclone Service
   Loaded: loaded (/etc/systemd/system/rclone.service; enabled; vendor preset: disabled)
   Active: activating (auto-restart) (Result: exit-code) since Wed 2022-11-30 15:52:47 CET; 2s ago
  Process: 21438 ExecStop=/bin/fusermount -uzq /volume1/medien/emby (code=exited, status=1/FAILURE)
  Process: 21430 ExecStart=/usr/bin/rclone mount embycrypt: /volume1/medien/emby --config=/root/.config/rclone/rclone.conf --allow-other --rc --rc-addr="192.168.178.73:5572" --cache-dir=/volume1/data/cache --stats=0 --vfs-cache-mode full --vfs-cache-max-size 120G --log-level DEBUG --log-file /volume1/data/cache --user-agent rclone/v1.60.1 --drive-no-versions --drive-pacer-min-sleep 10ms --drive-pacer-burst 200 (code=exited, status=1/FAILURE)
 Main PID: 21430 (code=exited, status=1/FAILURE)

Nov 30 15:52:47 Synology systemd[1]: Failed to start Rclone Service.
Nov 30 15:52:47 Synology systemd[1]: Unit rclone.service entered failed state.
Nov 30 15:52:47 Synology systemd[1]: rclone.service failed.
root@Synology:~# cat /etc/systemd/system/rclone.service
[Unit]
Description=Rclone Service
Wants=network-online.target
After=network-online.target

[Service]
Type=notify
RestartSec=5
Restart=always
ExecStart=/usr/bin/rclone mount embycrypt: /volume1/medien/emby --config=/root/.config/rclone/rclone.conf --allow-other --rc --rc-addr="192.168.178.73:5572" \
        --cache-dir=/volume1/data/cache \
        --stats=0 \
        --vfs-cache-mode full \
        --vfs-cache-max-size 120G \
        --log-level DEBUG \
        --log-file /volume1/data/cache \
        --user-agent "rclone/v1.60.1" \
        --drive-no-versions \
        --drive-pacer-min-sleep 10ms \
        --drive-pacer-burst 200

ExecStop=/bin/fusermount -uzq /volume1/medien/emby

[Install]
WantedBy=multi-user.target

Log file is a file name and you have a directory.

You generally want to write the log file somewhere else other than your cache.

--log-file /some/other/path/rclone.log
ExecStart=/usr/bin/rclone mount embycrypt: /volume1/medien/emby --config=/root/.config/rclone/rclone.conf --allow-other --allow-non-empty --rc --rc-addr=192.168.178.73:5572 --cache-dir=/volume1/data/cache

If I put the IP address in "" it doesn't like to start for me, neither if I put \ at the end of the line
Do I do without --allow-non-empty I have only one directory in the mount, although there are several.

--drive-pacer-burst 200 \
If I give up \ here, he might not start either.

Can you please post your updated service file?

[Unit]
Description=Rclone Service
Wants=network-online.target
After=network-online.target

[Service]
Type=notify
RestartSec=5
Restart=always
ExecStart=/usr/bin/rclone mount embycrypt: /volume1/medien/emby --config=/root/.config/rclone/rclone.conf --allow-other --allow-non-empty --rc --rc-addr=192.168.178.73:5572 --cache-dir=/volume1/data/cache
        --stats=0 \
        --vfs-cache-mode full \
        --vfs-cache-max-size 250G \
        --log-level DEBUG \
        --log-file /tmp/log/embycrypt.log \
        --user-agent "rclone/v1.60.1" \
        --drive-no-versions \
        --drive-pacer-min-sleep 10ms \
        --drive-pacer-burst 200 \

ExecStop=/bin/fusermount -uzq /volume1/medien/emby

[Install]
WantedBy=multi-user.target

It's tough as you keep putting things back that I ask to get removed.

The \ on a line signifies the line 'continues' to the next so if you have one at the end on the last item like this

It won't work.

The goal of the \ is to make things more readable rather than having one long line.

Use something like this as I removed all the stuff that isn't needed and is easier to read.

[Unit]
Description=Rclone Service
Wants=network-online.target
After=network-online.target

[Service]
Type=notify
RestartSec=5
Restart=on-failure
ExecStart=/usr/bin/rclone mount embycrypt: /volume1/medien/emby \
--config=/root/.config/rclone/rclone.conf \
--allow-other \
--rc --rc-addr=192.168.178.73:5572 \
--cache-dir=/volume1/data/cache \
--vfs-cache-mode full \
--vfs-cache-max-size 250G \
--log-level DEBUG \
--log-file /tmp/log/embycrypt.log \
--drive-no-versions \
--drive-pacer-min-sleep 10ms \
--drive-pacer-burst 200

ExecStop=/bin/fusermount -uz /volume1/medien/emby

[Install]
WantedBy=multi-user.target

Make sure the mount location has no files / items in it.

ls /volume1/medien/emby

should be empty.

root@Synology:~# systemctl status rclone.service -l
● rclone.service - Rclone Service
   Loaded: error (Reason: Bad message)
   Active: failed (Result: exit-code) since Wed 2022-11-30 17:05:30 CET; 11min ago
 Main PID: 19700 (code=exited, status=143)

Nov 30 16:49:26 Synology systemd[1]: [/etc/systemd/system/rclone.service:11] Unknown lvalue '--stats' in section 'Service'
Nov 30 16:49:29 Synology systemd[1]: Started Rclone Service.
Nov 30 17:05:30 Synology systemd[1]: Stopping Rclone Service...
Nov 30 17:05:30 Synology systemd[1]: rclone.service: main process exited, code=exited, status=143/n/a
Nov 30 17:05:30 Synology systemd[1]: Stopped Rclone Service.
Nov 30 17:05:30 Synology systemd[1]: Unit rclone.service entered failed state.
Nov 30 17:05:30 Synology systemd[1]: rclone.service failed.
Nov 30 17:11:42 Synology systemd[1]: [/etc/systemd/system/rclone.service:11] Missing '='.
Nov 30 17:14:44 Synology systemd[1]: [/etc/systemd/system/rclone.service:11] Missing '='.
Nov 30 17:15:23 Synology systemd[1]: [/etc/systemd/system/rclone.service:11] Missing '='.

drive-no-versions doesn't exist so that's one more thing to remove.

[Unit]
Description=Rclone Service
Wants=network-online.target
After=network-online.target

[Service]
Type=notify
RestartSec=5
Restart=on-failure
ExecStart=/usr/bin/rclone mount embycrypt: /volume1/medien/emby \
--config=/root/.config/rclone/rclone.conf \
--allow-other \
--rc --rc-addr=192.168.178.73:5572 \
--cache-dir=/volume1/data/cache \
--vfs-cache-mode full \
--vfs-cache-max-size 250G \
--log-level DEBUG \
--log-file /tmp/log/embycrypt.log \
--drive-pacer-min-sleep 10ms \
--drive-pacer-burst 200

ExecStop=/bin/fusermount -uz /volume1/medien/emby

[Install]
WantedBy=multi-user.target

Same thing - it won't run - have now put the first version back in. I'm not feeling well, need to lie down.

If you can't share specifics as I tested that on my machine prior to posting and the service file is good.

You have a synology?