Cannot get Rclone/Google drive to work

What is the problem you are having with rclone?

Rclone consistently exits with state 1-error. If I manually run fusermount -u and then systemd start it works, and I am able to access files and folders with the file browser, but it won't survive a reboot. After a fusermount -u I checked that the folder was empty, and it was; then reboot, but always get the service blocked.

Thank you in advance,

What is your rclone version (output from rclone version)

rclone v1.50.2

  • os/arch: linux/amd64
  • go version: go1.14.4

Which OS you are using and how many bits (eg Windows 7, 64 bit)

Linux debianHP 5.7.0-1-amd64 #1 SMP Debian 5.7.6-1 (2020-06-24) x86_64 GNU/Linux

Which cloud storage system are you using? (eg Google Drive)

Google Drive

The command you were trying to run (eg rclone copy /tmp remote:tmp)

rclone mount via systemd

Paste command here

The rclone config contents with secrets removed.

Paste config here
```# Rclone mount on boot ( service file template - add aditional rclone parameters )
# Copy file to: /etc/systemd/system
# Set remote name, path to mount and User,Group
# Register new service by typing:
# sudo systemctl daemon-reload
# sudo systemctl enable rclone.service
# systemctl start rclone.service
# systemctl enable NetworkManager-wait-online.service
# Usage:
# To unmount drive use
# systemctl stop rclone.service
# To mount use:
# systemctl start rclone.service

[Unit]
Description=GoogleDriveMemoLarrab Service
#Requires=systemd-networkd.service
Documentation=http://rclone.org/docs/
After=systemd-networkd-wait-online.target
Wants=systemd-networkd-wait-online.target

[Service]
Type=notify
Environment=RCLONE_CONFIG=/home/guille/.config/rclone/rclone.conf
#KillMode=control-group
KillMode=none
RestartSec=5
ExecStart=/usr/bin/rclone mount GoogleDriveMemoLarrab: /home/guille/GoogleDriveMemoLarrab \
--buffer-size 256M \
--dir-cache-time 1000h \
#--debug-fuse
--log-level DEBUG \
--log-file /var/log/rclone/rclone.log \
--poll-interval 300s \
#--timeout 8m

ExecStop=/bin/fusermount3 -u /home/guille/GoogleDriveMemoLarrab
Restart=on-failure
User=guille
Group=guille

[Install]
WantedBy=multi-user.target```

#### A log from the command with the `-vv` flag  
<!-- You should use 3 backticks to begin and end your paste to make it readable.  Or use a service such as https://pastebin.com or https://gist.github.com/   -->

Paste log here

systemctl status rclone.service

[sudo] password di guille: 
● rclone.service - GoogleDriveMemoLarrab Service
     Loaded: loaded (/etc/systemd/system/rclone.service; enabled; vendor preset: enabled)
     Active: activating (auto-restart) (Result: exit-code) since Sun 2020-07-19 18:32:03 CEST; 4s ago
       Docs: http://rclone.org/docs/
    Process: 1152 ExecStart=/usr/bin/rclone mount GoogleDriveMemoLarrab: /home/guille/GoogleDriveMemoLarrab --buffer-size 256M --d>
   Main PID: 1152 (code=exited, status=1/FAILURE)```

journalctl

```lug 19 18:32:03 debianHP systemd[1]: rclone.service: Failed with result 'exit-code'.
lug 19 18:32:03 debianHP systemd[1]: Failed to start GoogleDriveMemoLarrab Service.
lug 19 18:32:08 debianHP systemd[1]: rclone.service: Scheduled restart job, restart counter is at 2.
lug 19 18:32:08 debianHP systemd[1]: Stopped GoogleDriveMemoLarrab Service.
lug 19 18:32:08 debianHP systemd[1]: rclone.service: Found left-over process 603 (rclone) in control group while starting unit. Ig>
lug 19 18:32:08 debianHP systemd[1]: This usually indicates unclean termination of a previous run, or service implementation defic>
lug 19 18:32:08 debianHP systemd[1]: Starting GoogleDriveMemoLarrab Service...
lug 19 18:32:08 debianHP systemd[1]: rclone.service: Main process exited, code=exited, status=1/FAILURE
lug 19 18:32:08 debianHP systemd[1]: rclone.service: Failed with result 'exit-code'.
lug 19 18:32:08 debianHP systemd[1]: Failed to start GoogleDriveMemoLarrab Service.```

lug 19 18:52:02 debianHP systemd[1]: rclone.service: Found left-over process 603 (rclone) in control group while starting unit. Ig>
lug 19 18:52:02 debianHP systemd[1]: This usually indicates unclean termination of a previous run, or service implementation defic>
lug 19 18:52:02 debianHP systemd[1]: Starting GoogleDriveMemoLarrab Service...
lug 19 18:52:02 debianHP systemd[1]: rclone.service: Main process exited, code=exited, status=1/FAILURE
lug 19 18:52:02 debianHP systemd[1]: rclone.service: Failed with result 'exit-code'.
lug 19 18:52:02 debianHP systemd[1]: Failed to start GoogleDriveMemoLarrab Service.
lug 19 18:52:07 debianHP systemd[1]: rclone.service: Scheduled restart job, restart counter is at 228.
lug 19 18:52:07 debianHP systemd[1]: Stopped GoogleDriveMemoLarrab Service.
lug 19 18:52:07 debianHP systemd[1]: rclone.service: Found left-over process 603 (rclone) in control group while starting unit. Ig>
lug 19 18:52:07 debianHP systemd[1]: This usually indicates unclean termination of a previous run, or service implementation defic>
lug 19 18:52:07 debianHP systemd[1]: Starting GoogleDriveMemoLarrab Service...
lug 19 18:52:07 debianHP systemd[1]: rclone.service: Main process exited, code=exited, status=1/FAILURE
lug 19 18:52:07 debianHP systemd[1]: rclone.service: Failed with result 'exit-code'.
lug 19 18:52:07 debianHP systemd[1]: Failed to start GoogleDriveMemoLarrab Service.
lug 19 18:52:13 debianHP systemd[1]: rclone.service: Scheduled restart job, restart counter is at 229.
lug 19 18:52:13 debianHP systemd[1]: Stopped GoogleDriveMemoLarrab Service.
lug 19 18:52:13 debianHP systemd[1]: rclone.service: Found left-over process 603 (rclone) in control group while starting unit. Ig>
lug 19 18:52:13 debianHP systemd[1]: This usually indicates unclean termination of a previous run, or service implementation defic>
lug 19 18:52:13 debianHP systemd[1]: Starting GoogleDriveMemoLarrab Service...
lug 19 18:52:13 debianHP systemd[1]: rclone.service: Main process exited, code=exited, status=1/FAILURE
lug 19 18:52:13 debianHP systemd[1]: rclone.service: Failed with result 'exit-code'.
lug 19 18:52:13 debianHP systemd[1]: Failed to start GoogleDriveMemoLarrab Service.
lug 19 18:52:18 debianHP systemd[1]: rclone.service: Scheduled restart job, restart counter is at 230.
lug 19 18:52:18 debianHP systemd[1]: Stopped GoogleDriveMemoLarrab Service.
lug 19 18:52:18 debianHP systemd[1]: rclone.service: Found left-over process 603 (rclone) in control group while starting unit. Ig>
lug 19 18:52:18 debianHP systemd[1]: This usually indicates unclean termination of a previous run, or service implementation defic>
lug 19 18:52:18 debianHP systemd[1]: Starting GoogleDriveMemoLarrab Service...
lug 19 18:52:18 debianHP systemd[1]: rclone.service: Main process exited, code=exited, status=1/FAILURE
lug 19 18:52:18 debianHP systemd[1]: rclone.service: Failed with result 'exit-code'.
lug 19 18:52:18 debianHP systemd[1]: Failed to start GoogleDriveMemoLarrab Service.
lug 19 18:52:20 debianHP sudo[4352]:   guille : TTY=pts/2 ; PWD=/home/guille ; USER=root ; COMMAND=/bin/journalctl -e -n1200
lug 19 18:52:20 debianHP sudo[4352]: pam_unix(sudo:session): session opened for user root by guille(uid=0)```

rclone log

```2020/07/19 18:43:54 DEBUG : rclone: Version "v1.50.2" starting with parameters ["/usr/bin/rclone" "mount" "GoogleDriveMemoLarrab:" "/home/guille/GoogleDriveMemoLarrab" "--buffer-size" "256M" "--dir-cache-time" "1000h" "--log-level" "DEBUG" "--log-file" "/var/log/rclone/rclone.log" "--poll-interval" "300s"]
2020/07/19 18:43:54 DEBUG : Using config file from "/home/guille/.config/rclone/rclone.conf"
2020/07/19 18:43:54 DEBUG : /: ReadDirAll: 
2020/07/19 18:43:54 DEBUG : /: >ReadDirAll: item=8, err=<nil>
2020/07/19 18:43:54 Fatal error: Directory is not empty: /home/guille/GoogleDriveMemoLarrab If you want to mount it anyway use: --allow-non-empty option
2020/07/19 18:43:59 DEBUG : rclone: Version "v1.50.2" starting with parameters ["/usr/bin/rclone" "mount" "GoogleDriveMemoLarrab:" "/home/guille/GoogleDriveMemoLarrab" "--buffer-size" "256M" "--dir-cache-time" "1000h" "--log-level" "DEBUG" "--log-file" "/var/log/rclone/rclone.log" "--poll-interval" "300s"]
2020/07/19 18:43:59 DEBUG : Using config file from "/home/guille/.config/rclone/rclone.conf"
2020/07/19 18:43:59 DEBUG : /: ReadDirAll: 
2020/07/19 18:43:59 DEBUG : /: >ReadDirAll: item=8, err=<nil>
2020/07/19 18:43:59 Fatal error: Directory is not empty: /home/guille/GoogleDriveMemoLarrab If you want to mount it anyway use: --allow-non-empty option
2020/07/19 18:44:04 DEBUG : rclone: Version "v1.50.2" starting with parameters ["/usr/bin/rclone" "mount" "GoogleDriveMemoLarrab:" "/home/guille/GoogleDriveMemoLarrab" "--buffer-size" "256M" "--dir-cache-time" "1000h" "--log-level" "DEBUG" "--log-file" "/var/log/rclone/rclone.log" "--poll-interval" "300s"]
2020/07/19 18:44:04 DEBUG : Using config file from "/home/guille/.config/rclone/rclone.conf"
2020/07/19 18:44:04 DEBUG : /: ReadDirAll: 
2020/07/19 18:44:04 DEBUG : /: >ReadDirAll: item=8, err=<nil>
2020/07/19 18:44:04 Fatal error: Directory is not empty: /home/guille/GoogleDriveMemoLarrab If you want to mount it anyway use: --allow-non-empty option
2020/07/19 18:44:10 DEBUG : rclone: Version "v1.50.2" starting with parameters ["/usr/bin/rclone" "mount" "GoogleDriveMemoLarrab:" "/home/guille/GoogleDriveMemoLarrab" "--buffer-size" "256M" "--dir-cache-time" "1000h" "--log-level" "DEBUG" "--log-file" "/var/log/rclone/rclone.log" "--poll-interval" "300s"]
2020/07/19 18:44:10 DEBUG : Using config file from "/home/guille/.config/rclone/rclone.conf"
2020/07/19 18:44:10 DEBUG : /: ReadDirAll: 
2020/07/19 18:44:10 DEBUG : /: >ReadDirAll: item=8, err=<nil>
2020/07/19 18:44:10 Fatal error: Directory is not empty: /home/guille/GoogleDriveMemoLarrab If you want to mount it anyway use: --allow-non-empty option
2020/07/19 18:44:15 DEBUG : rclone: Version "v1.50.2" starting with parameters ["/usr/bin/rclone" "mount" "GoogleDriveMemoLarrab:" "/home/guille/GoogleDriveMemoLarrab" "--buffer-size" "256M" "--dir-cache-time" "1000h" "--log-level" "DEBUG" "--log-file" "/var/log/rclone/rclone.log" "--poll-interval" "300s"]
2020/07/19 18:44:15 DEBUG : Using config file from "/home/guille/.config/rclone/rclone.conf"
2020/07/19 18:44:15 DEBUG : /: ReadDirAll: 
2020/07/19 18:44:15 DEBUG : /: >ReadDirAll: item=8, err=<nil>
2020/07/19 18:44:15 Fatal error: Directory is not empty: /home/guille/GoogleDriveMemoLarrab If you want to mount it anyway use: --allow-non-empty option
2020/07/19 18:44:20 DEBUG : rclone: Version "v1.50.2" starting with parameters ["/usr/bin/rclone" "mount" "GoogleDriveMemoLarrab:" "/home/guille/GoogleDriveMemoLarrab" "--buffer-size" "256M" "--dir-cache-time" "1000h" "--log-level" "DEBUG" "--log-file" "/var/log/rclone/rclone.log" "--poll-interval" "300s"]
2020/07/19 18:44:20 DEBUG : Using config file from "/home/guille/.config/rclone/rclone.conf"
2020/07/19 18:44:20 DEBUG : /: ReadDirAll: 
2020/07/19 18:44:20 DEBUG : /: >ReadDirAll: item=8, err=<nil>
2020/07/19 18:44:20 Fatal error: Directory is not empty: /home/guille/GoogleDriveMemoLarrab If you want to mount it anyway use: --allow-non-empty option
2020/07/19 18:44:25 DEBUG : rclone: Version "v1.50.2" starting with parameters ["/usr/bin/rclone" "mount" "GoogleDriveMemoLarrab:" "/home/guille/GoogleDriveMemoLarrab" "--buffer-size" "256M" "--dir-cache-time" "1000h" "--log-level" "DEBUG" "--log-file" "/var/log/rclone/rclone.log" "--poll-interval" "300s"]
2020/07/19 18:44:25 DEBUG : Using config file from "/home/guille/.config/rclone/rclone.conf"
2020/07/19 18:44:25 DEBUG : /: ReadDirAll: 
2020/07/19 18:44:25 DEBUG : /: >ReadDirAll: item=8, err=<nil>
2020/07/19 18:44:25 Fatal error: Directory is not empty: /home/guille/GoogleDriveMemoLarrab If you want to mount it anyway use: --allow-non-empty option
2020/07/19 18:44:31 DEBUG : rclone: Version "v1.50.2" starting with parameters ["/usr/bin/rclone" "mount" "GoogleDriveMemoLarrab:" "/home/guille/GoogleDriveMemoLarrab" "--buffer-size" "256M" "--dir-cache-time" "1000h" "--log-level" "DEBUG" "--log-file" "/var/log/rclone/rclone.log" "--poll-interval" "300s"]
2020/07/19 18:44:31 DEBUG : Using config file from "/home/guille/.config/rclone/rclone.conf"
2020/07/19 18:44:31 DEBUG : /: ReadDirAll: 
2020/07/19 18:44:31 DEBUG : /: >ReadDirAll: item=8, err=<nil>
2020/07/19 18:44:31 Fatal error: Directory is not empty: /home/guille/GoogleDriveMemoLarrab If you want to mount it anyway use: --allow-non-empty option
2020/07/19 18:44:36 DEBUG : rclone: Version "v1.50.2" starting with parameters ["/usr/bin/rclone" "mount" "GoogleDriveMemoLarrab:" "/home/guille/GoogleDriveMemoLarrab" "--buffer-size" "256M" "--dir-cache-time" "1000h" "--log-level" "DEBUG" "--log-file" "/var/log/rclone/rclone.log" "--poll-interval" "300s"]
2020/07/19 18:44:36 DEBUG : Using config file from "/home/guille/.config/rclone/rclone.conf"
2020/07/19 18:44:36 DEBUG : /: ReadDirAll: 
2020/07/19 18:44:36 DEBUG : /: >ReadDirAll: item=8, err=<nil>
2020/07/19 18:44:36 Fatal error: Directory is not empty: /home/guille/GoogleDriveMemoLarrab If you want to mount it anyway use: --allow-non-empty option
2020/07/19 18:44:41 DEBUG : rclone: Version "v1.50.2" starting with parameters ["/usr/bin/rclone" "mount" "GoogleDriveMemoLarrab:" "/home/guille/GoogleDriveMemoLarrab" "--buffer-size" "256M" "--dir-cache-time" "1000h" "--log-level" "DEBUG" "--log-file" "/var/log/rclone/rclone.log" "--poll-interval" "300s"]
2020/07/19 18:44:41 DEBUG : Using config file from "/home/guille/.config/rclone/rclone.conf"
2020/07/19 18:44:41 DEBUG : /: ReadDirAll: 
2020/07/19 18:44:41 DEBUG : /: >ReadDirAll: item=8, err=<nil>
2020/07/19 18:44:41 Fatal error: Directory is not empty: /home/guille/GoogleDriveMemoLarrab If you want to mount it anyway use: --allow-non-empty option
2020/07/19 18:44:46 DEBUG : rclone: Version "v1.50.2" starting with parameters ["/usr/bin/rclone" "mount" "GoogleDriveMemoLarrab:" "/home/guille/GoogleDriveMemoLarrab" "--buffer-size" "256M" "--dir-cache-time" "1000h" "--log-level" "DEBUG" "--log-file" "/var/log/rclone/rclone.log" "--poll-interval" "300s"]
2020/07/19 18:44:46 DEBUG : Using config file from "/home/guille/.config/rclone/rclone.conf"
2020/07/19 18:44:46 DEBUG : /: ReadDirAll: 
2020/07/19 18:44:46 DEBUG : /: >ReadDirAll: item=8, err=<nil>
2020/07/19 18:44:46 Fatal error: Directory is not empty: /home/guille/GoogleDriveMemoLarrab If you want to mount it anyway use: --allow-non-empty option
2020/07/19 18:44:52 DEBUG : rclone: Version "v1.50.2" starting with parameters ["/usr/bin/rclone" "mount" "GoogleDriveMemoLarrab:" "/home/guille/GoogleDriveMemoLarrab" "--buffer-size" "256M" "--dir-cache-time" "1000h" "--log-level" "DEBUG" "--log-file" "/var/log/rclone/rclone.log" "--poll-interval" "300s"]
2020/07/19 18:44:52 DEBUG : Using config file from "/home/guille/.config/rclone/rclone.conf"
2020/07/19 18:44:52 DEBUG : /: ReadDirAll: 
2020/07/19 18:44:52 DEBUG : /: >ReadDirAll: item=8, err=<nil>
2020/07/19 18:44:52 Fatal error: Directory is not empty: /home/guille/GoogleDriveMemoLarrab If you want to mount it anyway use: --allow-non-empty option
2020/07/19 18:44:57 DEBUG : rclone: Version "v1.50.2" starting with parameters ["/usr/bin/rclone" "mount" "GoogleDriveMemoLarrab:" "/home/guille/GoogleDriveMemoLarrab" "--buffer-size" "256M" "--dir-cache-time" "1000h" "--log-level" "DEBUG" "--log-file" "/var/log/rclone/rclone.log" "--poll-interval" "300s"]
2020/07/19 18:44:57 DEBUG : Using config file from "/home/guille/.config/rclone/rclone.conf"
2020/07/19 18:44:57 DEBUG : /: ReadDirAll: 
2020/07/19 18:44:57 DEBUG : /: >ReadDirAll: item=8, err=<nil>
2020/07/19 18:44:57 Fatal error: Directory is not empty: /home/guille/GoogleDriveMemoLarrab If you want to mount it anyway use: --allow-non-empty option
2020/07/19 18:45:02 DEBUG : rclone: Version "v1.50.2" starting with parameters ["/usr/bin/rclone" "mount" "GoogleDriveMemoLarrab:" "/home/guille/GoogleDriveMemoLarrab" "--buffer-size" "256M" "--dir-cache-time" "1000h" "--log-level" "DEBUG" "--log-file" "/var/log/rclone/rclone.log" "--poll-interval" "300s"]
2020/07/19 18:45:02 DEBUG : Using config file from "/home/guille/.config/rclone/rclone.conf"
2020/07/19 18:45:02 DEBUG : /: ReadDirAll: 
2020/07/19 18:45:02 DEBUG : /: >ReadDirAll: item=8, err=<nil>
2020/07/19 18:45:02 Fatal error: Directory is not empty: /home/guille/GoogleDriveMemoLarrab If you want to mount it anyway use: --allow-non-empty option
2020/07/19 18:45:07 DEBUG : rclone: Version "v1.50.2" starting with parameters ["/usr/bin/rclone" "mount" "GoogleDriveMemoLarrab:" "/home/guille/GoogleDriveMemoLarrab" "--buffer-size" "256M" "--dir-cache-time" "1000h" "--log-level" "DEBUG" "--log-file" "/var/log/rclone/rclone.log" "--poll-interval" "300s"]
2020/07/19 18:45:07 DEBUG : Using config file from "/home/guille/.config/rclone/rclone.conf"
2020/07/19 18:45:07 DEBUG : /: ReadDirAll: 
2020/07/19 18:45:07 DEBUG : /: >ReadDirAll: item=8, err=<nil>
2020/07/19 18:45:07 Fatal error: Directory is not empty: /home/guille/GoogleDriveMemoLarrab If you want to mount it anyway use: --allow-non-empty option
2020/07/19 18:45:13 DEBUG : rclone: Version "v1.50.2" starting with parameters ["/usr/bin/rclone" "mount" "GoogleDriveMemoLarrab:" "/home/guille/GoogleDriveMemoLarrab" "--buffer-size" "256M" "--dir-cache-time" "1000h" "--log-level" "DEBUG" "--log-file" "/var/log/rclone/rclone.log" "--poll-interval" "300s"]
2020/07/19 18:45:13 DEBUG : Using config file from "/home/guille/.config/rclone/rclone.conf"
2020/07/19 18:45:13 DEBUG : /: ReadDirAll: 
2020/07/19 18:45:13 DEBUG : /: >ReadDirAll: item=8, err=<nil>
2020/07/19 18:45:13 Fatal error: Directory is not empty: /home/guille/GoogleDriveMemoLarrab If you want to mount it anyway use: --allow-non-empty option
2020/07/19 18:45:18 DEBUG : rclone: Version "v1.50.2" starting with parameters ["/usr/bin/rclone" "mount" "GoogleDriveMemoLarrab:" "/home/guille/GoogleDriveMemoLarrab" "--buffer-size" "256M" "--dir-cache-time" "1000h" "--log-level" "DEBUG" "--log-file" "/var/log/rclone/rclone.log" "--poll-interval" "300s"]
2020/07/19 18:45:18 DEBUG : Using config file from "/home/guille/.config/rclone/rclone.conf"
2020/07/19 18:45:18 DEBUG : /: ReadDirAll: 
2020/07/19 18:45:18 DEBUG : /: >ReadDirAll: item=8, err=<nil>
2020/07/19 18:45:18 Fatal error: Directory is not empty: /home/guille/GoogleDriveMemoLarrab If you want to mount it anyway use: --allow-non-empty option
2020/07/19 18:45:23 DEBUG : rclone: Version "v1.50.2" starting with parameters ["/usr/bin/rclone" "mount" "GoogleDriveMemoLarrab:" "/home/guille/GoogleDriveMemoLarrab" "--buffer-size" "256M" "--dir-cache-time" "1000h" "--log-level" "DEBUG" "--log-file" "/var/log/rclone/rclone.log" "--poll-interval" "300s"]
2020/07/19 18:45:23 DEBUG : Using config file from "/home/guille/.config/rclone/rclone.conf"
2020/07/19 18:45:23 DEBUG : /: ReadDirAll: 
2020/07/19 18:45:23 DEBUG : /: >ReadDirAll: item=8, err=<nil>
2020/07/19 18:45:23 Fatal error: Directory is not empty: /home/guille/GoogleDriveMemoLarrab If you want to mount it anyway use: --allow-non-empty option
2020/07/19 18:45:28 DEBUG : rclone: Version "v1.50.2" starting with parameters ["/usr/bin/rclone" "mount" "GoogleDriveMemoLarrab:" "/home/guille/GoogleDriveMemoLarrab" "--buffer-size" "256M" "--dir-cache-time" "1000h" "--log-level" "DEBUG" "--log-file" "/var/log/rclone/rclone.log" "--poll-interval" "300s"]
2020/07/19 18:45:28 DEBUG : Using config file from "/home/guille/.config/rclone/rclone.conf"
2020/07/19 18:45:28 DEBUG : /: ReadDirAll: 
2020/07/19 18:45:28 DEBUG : /: >ReadDirAll: item=8, err=<nil>
2020/07/19 18:45:28 Fatal error: Directory is not empty: /home/guille/GoogleDriveMemoLarrab If you want to mount it anyway use: --allow-non-empty option
2020/07/19 18:45:32 DEBUG : /: Attr: 
2020/07/19 18:45:32 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2020/07/19 18:45:32 DEBUG : : Statfs: 
2020/07/19 18:45:32 DEBUG : /: ReadDirAll: 
2020/07/19 18:45:32 DEBUG : /: >ReadDirAll: item=8, err=<nil>
2020/07/19 18:45:33 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:3894929 Bavail:3894928 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=<nil>
2020/07/19 18:45:33 DEBUG : /: Attr: 
2020/07/19 18:45:33 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2020/07/19 18:45:33 DEBUG : : Statfs: 
2020/07/19 18:45:33 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:3894929 Bavail:3894928 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=<nil>
2020/07/19 18:45:34 DEBUG : rclone: Version "v1.50.2" starting with parameters ["/usr/bin/rclone" "mount" "GoogleDriveMemoLarrab:" "/home/guille/GoogleDriveMemoLarrab" "--buffer-size" "256M" "--dir-cache-time" "1000h" "--log-level" "DEBUG" "--log-file" "/var/log/rclone/rclone.log" "--poll-interval" "300s"]
2020/07/19 18:45:34 DEBUG : Using config file from "/home/guille/.config/rclone/rclone.conf"
2020/07/19 18:45:34 DEBUG : /: ReadDirAll: 
2020/07/19 18:45:34 DEBUG : /: >ReadDirAll: item=8, err=<nil>
2020/07/19 18:45:34 Fatal error: Directory is not empty: /home/guille/GoogleDriveMemoLarrab If you want to mount it anyway use: --allow-non-empty option
2020/07/19 18:45:34 DEBUG : /: Attr: 
2020/07/19 18:45:34 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2020/07/19 18:45:34 DEBUG : /: ReadDirAll: 
2020/07/19 18:45:34 DEBUG : /: >ReadDirAll: item=8, err=<nil>
2020/07/19 18:45:34 DEBUG : /: Attr: 
2020/07/19 18:45:34 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2020/07/19 18:45:34 DEBUG : /: ReadDirAll: 
2020/07/19 18:45:34 DEBUG : /: >ReadDirAll: item=8, err=<nil>
2020/07/19 18:45:34 DEBUG : /: Lookup: name="nuovo_modello_autodichiarazione_editabile_maggio_2020.pdf"
2020/07/19 18:45:34 DEBUG : /: >Lookup: node=nuovo_modello_autodichiarazione_editabile_maggio_2020.pdf, err=<nil>
2020/07/19 18:45:34 DEBUG : nuovo_modello_autodichiarazione_editabile_maggio_2020.pdf: Attr: 
2020/07/19 18:45:34 DEBUG : nuovo_modello_autodichiarazione_editabile_maggio_2020.pdf: >Attr: a=valid=1s ino=0 size=798748 mode=-rw-r--r--, err=<nil>
2020/07/19 18:45:34 DEBUG : /: Lookup: name="nuovo_modello_autodichiarazione_editabile_maggio_2020.pdf"
2020/07/19 18:45:34 DEBUG : /: >Lookup: node=nuovo_modello_autodichiarazione_editabile_maggio_2020.pdf, err=<nil>
2020/07/19 18:45:34 DEBUG : nuovo_modello_autodichiarazione_editabile_maggio_2020.pdf: Attr: 
2020/07/19 18:45:34 DEBUG : nuovo_modello_autodichiarazione_editabile_maggio_2020.pdf: >Attr: a=valid=1s ino=0 size=798748 mode=-rw-r--r--, err=<nil>
2020/07/19 18:45:34 DEBUG : nuovo_modello_autodichiarazione_editabile_maggio_2020.pdf: Open: flags=OpenReadOnly
2020/07/19 18:45:34 DEBUG : nuovo_modello_autodichiarazione_editabile_maggio_2020.pdf: Open: flags=O_RDONLY
2020/07/19 18:45:34 DEBUG : nuovo_modello_autodichiarazione_editabile_maggio_2020.pdf: >Open: fd=nuovo_modello_autodichiarazione_editabile_maggio_2020.pdf (r), err=<nil>
2020/07/19 18:45:34 DEBUG : nuovo_modello_autodichiarazione_editabile_maggio_2020.pdf: >Open: fh=&{nuovo_modello_autodichiarazione_editabile_maggio_2020.pdf (r)}, err=<nil>
2020/07/19 18:45:34 DEBUG : &{nuovo_modello_autodichiarazione_editabile_maggio_2020.pdf (r)}: Flush: 
2020/07/19 18:45:34 DEBUG : &{nuovo_modello_autodichiarazione_editabile_maggio_2020.pdf (r)}: >Flush: err=<nil>
2020/07/19 18:45:34 DEBUG : &{nuovo_modello_autodichiarazione_editabile_maggio_2020.pdf (r)}: Release: 
2020/07/19 18:45:34 DEBUG : &{nuovo_modello_autodichiarazione_editabile_maggio_2020.pdf (r)}: >Release: err=<nil>
2020/07/19 18:45:34 DEBUG : /: Attr: 
2020/07/19 18:45:34 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2020/07/19 18:45:34 DEBUG : /: ReadDirAll: 
2020/07/19 18:45:34 DEBUG : /: >ReadDirAll: item=8, err=<nil>
2020/07/19 18:45:39 DEBUG : rclone: Version "v1.50.2" starting with parameters ["/usr/bin/rclone" "mount" "GoogleDriveMemoLarrab:" "/home/guille/GoogleDriveMemoLarrab" "--buffer-size" "256M" "--dir-cache-time" "1000h" "--log-level" "DEBUG" "--log-file" "/var/log/rclone/rclone.log" "--poll-interval" "300s"]
2020/07/19 18:45:39 DEBUG : Using config file from "/home/guille/.config/rclone/rclone.conf"
2020/07/19 18:45:39 DEBUG : /: ReadDirAll: 
2020/07/19 18:45:39 DEBUG : /: >ReadDirAll: item=8, err=<nil>
2020/07/19 18:45:39 Fatal error: Directory is not empty: /home/guille/GoogleDriveMemoLarrab If you want to mount it anyway use: --allow-non-empty option```

The directory you are mounting over needs to be empty, that looks like the problem.

Indeed it is. I think that the process starts and stop randomly, and therefore for any reason 2nd or further time it restart, find the directory not fully clean. When I ls -al it, it is empty.

totale 781
drwxr-xr-x 1 guille guille      0 mar 16 00:58 'Braccialetti Kulto 20190706'
drwxr-xr-x 1 guille guille      0 mar 17 19:31  Cucurucho
drwxr-xr-x 1 guille guille      0 mar 17 19:32 'My sweet Laura'
-rw-r--r-- 1 guille guille 798748 mag  3 20:57  nuovo_modello_autodichiarazione_editabile_maggio_2020.pdf
drwxr-xr-x 1 guille guille      0 mar 16 00:59 'Orologi Niko 20190713'
drwxr-xr-x 1 guille guille      0 mar 16 01:37 'Quadri legno'
drwxr-xr-x 1 guille guille      0 mar 17 19:33  Vari
drwxr-xr-x 1 guille guille      0 mar 16 01:41 'Willow tree'
guille@debianHP:~$ sudo systemctl status rclone.service 
[sudo] password di guille: 
● rclone.service - GoogleDriveMemoLarrab Service
     Loaded: loaded (/etc/systemd/system/rclone.service; enabled; vendor preset: enabled)
     Active: activating (auto-restart) (Result: exit-code) since Sun 2020-07-19 19:53:27 CEST; 3s ago
       Docs: http://rclone.org/docs/
    Process: 11289 ExecStart=/usr/bin/rclone mount GoogleDriveMemoLarrab: /home/guille/GoogleDriveMemoLarrab --buffer-size 256M -->
   Main PID: 11289 (code=exited, status=1/FAILURE)
guille@debianHP:~$ fusermount3 -u GoogleDriveMemoLarrab/
guille@debianHP:~$ ls -al GoogleDriveMemoLarrab/
totale 781
drwxr-xr-x 1 guille guille      0 mar 16 00:58 'Braccialetti Kulto 20190706'
drwxr-xr-x 1 guille guille      0 mar 17 19:31  Cucurucho
drwxr-xr-x 1 guille guille      0 mar 17 19:32 'My sweet Laura'
-rw-r--r-- 1 guille guille 798748 mag  3 20:57  nuovo_modello_autodichiarazione_editabile_maggio_2020.pdf
drwxr-xr-x 1 guille guille      0 mar 16 00:59 'Orologi Niko 20190713'
drwxr-xr-x 1 guille guille      0 mar 16 01:37 'Quadri legno'
drwxr-xr-x 1 guille guille      0 mar 17 19:33  Vari
drwxr-xr-x 1 guille guille      0 mar 16 01:41 'Willow tree'
guille@debianHP:~$ sudo systemctl stop rclone.service 
guille@debianHP:~$ ls -al GoogleDriveMemoLarrab/
totale 8
drwxr-xr-x  2 guille guille 4096 mar 15 16:38 .
drwxr-xr-x 47 guille guille 4096 lug 19 19:06 ..```

If I restart, rclone will crash again.

You are probably running out of memory. Log file would show a crash .

@Animosity022 I already tried it to no avail, should I reduce it further?:


RCLONE.SERVICE (NOW I REDUCED BUFFER SIZE FROM 256 TO 8 MB)

[Unit]
Description=GoogleDriveMemoLarrab Service
#Requires=systemd-networkd.service
Documentation=http://rclone.org/docs/
After=systemd-networkd-wait-online.target
Wants=systemd-networkd-wait-online.target

[Service]
Type=notify
Environment=RCLONE_CONFIG=/home/guille/.config/rclone/rclone.conf
#KillMode=control-group
KillMode=none
RestartSec=5
ExecStart=/usr/bin/rclone mount GoogleDriveMemoLarrab: /home/guille/GoogleDriveMemoLarrab \
--buffer-size 8M \
--dir-cache-time 1000h \
#--debug-fuse
--log-level DEBUG \
--log-file /var/log/rclone/rclone.log \
--poll-interval 300s \
#--timeout 8m

ExecStop=/bin/fusermount3 -u /home/guille/GoogleDriveMemoLarrab
Restart=on-failure
User=guille
Group=guille

[Install]
WantedBy=multi-user.target

COMMANDS ISSUED (AFTER REBOOT #1)

guille@debianHP:~$ sudo systemctl status rclone.service 
[sudo] password di guille: 
● rclone.service - GoogleDriveMemoLarrab Service
     Loaded: loaded (/etc/systemd/system/rclone.service; enabled; vendor preset: enabled)
     Active: activating (auto-restart) (Result: exit-code) since Mon 2020-07-20 01:03:17 CEST; 18s ago
       Docs: http://rclone.org/docs/
    Process: 1632 ExecStart=/usr/bin/rclone mount GoogleDriveMemoLarrab: /home/guille/GoogleDriveMemoLarrab --buffer-size 256M --d>
   Main PID: 1632 (code=exited, status=1/FAILURE)

lug 20 01:03:17 debianHP systemd[1]: rclone.service: Failed with result 'exit-code'.
lug 20 01:03:17 debianHP systemd[1]: Failed to start GoogleDriveMemoLarrab Service.
lug 20 01:03:35 debianHP systemd[1]: rclone.service: Scheduled restart job, restart counter is at 4.
lug 20 01:03:35 debianHP systemd[1]: Stopped GoogleDriveMemoLarrab Service.
lug 20 01:03:35 debianHP systemd[1]: rclone.service: Found left-over process 602 (rclone) in control group while starting unit. Ig>
lug 20 01:03:35 debianHP systemd[1]: This usually indicates unclean termination of a previous run, or service implementation defic>
lug 20 01:03:35 debianHP systemd[1]: Starting GoogleDriveMemoLarrab Service...
lug 20 01:03:35 debianHP systemd[1]: rclone.service: Main process exited, code=exited, status=1/FAILURE
lug 20 01:03:35 debianHP systemd[1]: rclone.service: Failed with result 'exit-code'.
lug 20 01:03:35 debianHP systemd[1]: Failed to start GoogleDriveMemoLarrab Service.
lug 20 01:03:40 debianHP systemd[1]: rclone.service: Scheduled restart job, restart counter is at 5.
lug 20 01:03:40 debianHP systemd[1]: Stopped GoogleDriveMemoLarrab Service.
lug 20 01:03:40 debianHP systemd[1]: rclone.service: Found left-over process 602 (rclone) in control group while starting unit. Ig>
lug 20 01:03:40 debianHP systemd[1]: This usually indicates unclean termination of a previous run, or service implementation defic>
lug 20 01:03:40 debianHP systemd[1]: Starting GoogleDriveMemoLarrab Service...
lug 20 01:03:40 debianHP systemd[1]: rclone.service: Main process exited, code=exited, status=1/FAILURE
lug 20 01:03:40 debianHP systemd[1]: rclone.service: Failed with result 'exit-code'.
lug 20 01:03:40 debianHP systemd[1]: Failed to start GoogleDriveMemoLarrab Service.

guille@debianHP:~$ date
lun 20 lug 2020, 01:03:54, CEST

guille@debianHP:~$ sudo nano /etc/systemd/system/multi-user.target.wants/rclone.service 

guille@debianHP:~$ sudo systemctl daemon-reload 

guille@debianHP:~$ sudo systemctl enable rclone.service

guille@debianHP:~$ sudo systemctl stop rclone.service 

guille@debianHP:~$ fusermount -u /home/guille/GoogleDriveMemoLarrab 

guille@debianHP:~$ ls -al GoogleDriveMemoLarrab/

totale 8
drwxr-xr-x  2 guille guille 4096 mar 15 16:38 .
drwxr-xr-x 47 guille guille 4096 lug 20 01:07 ..

RCLONE LOG EXCERPT:

2020/07/20 01:08:24 DEBUG : Using config file from "/home/guille/.config/rclone/rclone.conf"
2020/07/20 01:08:24 DEBUG : /: ReadDirAll: 
2020/07/20 01:08:24 DEBUG : /: >ReadDirAll: item=8, err=<nil>
2020/07/20 01:08:24 Fatal error: Directory is not empty: /home/guille/GoogleDriveMemoLarrab If you want to mount it anyway use: --allow-non-empty option
2020/07/20 01:08:29 DEBUG : rclone: Version "v1.50.2" starting with parameters ["/usr/bin/rclone" "mount" "GoogleDriveMemoLarrab:" "/home/guille/GoogleDriveMemoLarrab" "--buffer-size" "8M" "--dir-cache-time" "1000h" "--log-level" "DEBUG" "--log-file" "/var/log/rclone/rclone.log" "--poll-interval" "300s"]
2020/07/20 01:08:29 DEBUG : Using config file from "/home/guille/.config/rclone/rclone.conf"
2020/07/20 01:08:29 DEBUG : /: ReadDirAll: 
2020/07/20 01:08:29 DEBUG : /: >ReadDirAll: item=8, err=<nil>
2020/07/20 01:08:29 Fatal error: Directory is not empty: /home/guille/GoogleDriveMemoLarrab If you want to mount it anyway use: --allow-non-empty option
2020/07/20 01:08:34 DEBUG : rclone: Version "v1.50.2" starting with parameters ["/usr/bin/rclone" "mount" "GoogleDriveMemoLarrab:" "/home/guille/GoogleDriveMemoLarrab" "--buffer-size" "8M" "--dir-cache-time" "1000h" "--log-level" "DEBUG" "--log-file" "/var/log/rclone/rclone.log" "--poll-interval" "300s"]
2020/07/20 01:08:34 DEBUG : Using config file from "/home/guille/.config/rclone/rclone.conf"
2020/07/20 01:08:34 DEBUG : /: ReadDirAll: 
2020/07/20 01:08:34 DEBUG : /: >ReadDirAll: item=8, err=<nil>
2020/07/20 01:08:34 Fatal error: Directory is not empty: /home/guille/GoogleDriveMemoLarrab If you want to mount it anyway use: --allow-non-empty option
2020/07/20 01:08:40 DEBUG : rclone: Version "v1.50.2" starting with parameters ["/usr/bin/rclone" "mount" "GoogleDriveMemoLarrab:" "/home/guille/GoogleDriveMemoLarrab" "--buffer-size" "8M" "--dir-cache-time" "1000h" "--log-level" "DEBUG" "--log-file" "/var/log/rclone/rclone.log" "--poll-interval" "300s"]
2020/07/20 01:08:40 DEBUG : Using config file from "/home/guille/.config/rclone/rclone.conf"
2020/07/20 01:08:40 DEBUG : /: ReadDirAll: 
2020/07/20 01:08:40 DEBUG : /: >ReadDirAll: item=8, err=<nil>
2020/07/20 01:08:40 Fatal error: Directory is not empty: /home/guille/GoogleDriveMemoLarrab If you want to mount it anyway use: --allow-non-empty option
2020/07/20 01:09:03 DEBUG : /: Attr: 
2020/07/20 01:09:03 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2020/07/20 01:09:06 DEBUG : rclone: Version "v1.50.2" finishing with parameters ["/usr/bin/rclone" "mount" "GoogleDriveMemoLarrab:" "/home/guille/GoogleDriveMemoLarrab" "--buffer-size" "256M" "--dir-cache-time" "1000h" "--log-level" "DEBUG" "--log-file" "/var/log/rclone/rclone.log" "--poll-interval" "300s"]

REBOOT #2:

COMMANDS ISSUED

guille@debianHP:~$ sudo systemctl status rclone.service 
[sudo] password di guille: 
● rclone.service - GoogleDriveMemoLarrab Service
     Loaded: loaded (/etc/systemd/system/rclone.service; enabled; vendor preset: enabled)
     Active: activating (auto-restart) (Result: exit-code) since Mon 2020-07-20 01:13:58 CEST; 2s ago
       Docs: http://rclone.org/docs/
    Process: 1586 ExecStart=/usr/bin/rclone mount GoogleDriveMemoLarrab: /home/guille/GoogleDriveMemoLarrab --buffer-size 8M --dir>
   Main PID: 1586 (code=exited, status=1/FAILURE)

lug 20 01:14:03 debianHP systemd[1]: rclone.service: Scheduled restart job, restart counter is at 3.
lug 20 01:14:03 debianHP systemd[1]: Stopped GoogleDriveMemoLarrab Service.
lug 20 01:14:03 debianHP systemd[1]: rclone.service: Found left-over process 604 (rclone) in control group while starting unit. Ig>
lug 20 01:14:03 debianHP systemd[1]: This usually indicates unclean termination of a previous run, or service implementation defic>
lug 20 01:14:03 debianHP systemd[1]: Starting GoogleDriveMemoLarrab Service...
lug 20 01:14:03 debianHP systemd[1]: rclone.service: Main process exited, code=exited, status=1/FAILURE
lug 20 01:14:03 debianHP systemd[1]: rclone.service: Failed with result 'exit-code'.
lug 20 01:14:03 debianHP systemd[1]: Failed to start GoogleDriveMemoLarrab Service.

guille@debianHP:~$ sudo cat /var/log/rclone/rclone.log | tail

2020/07/20 01:15:14 DEBUG : rclone: Version "v1.50.2" starting with parameters ["/usr/bin/rclone" "mount" "GoogleDriveMemoLarrab:" "/home/guille/GoogleDriveMemoLarrab" "--buffer-size" "8M" "--dir-cache-time" "1000h" "--log-level" "DEBUG" "--log-file" "/var/log/rclone/rclone.log" "--poll-interval" "300s"]
2020/07/20 01:15:14 DEBUG : Using config file from "/home/guille/.config/rclone/rclone.conf"
2020/07/20 01:15:14 DEBUG : /: ReadDirAll: 
2020/07/20 01:15:14 DEBUG : /: >ReadDirAll: item=8, err=<nil>
2020/07/20 01:15:14 Fatal error: Directory is not empty: /home/guille/GoogleDriveMemoLarrab If you want to mount it anyway use: --allow-non-empty option
2020/07/20 01:15:19 DEBUG : rclone: Version "v1.50.2" starting with parameters ["/usr/bin/rclone" "mount" "GoogleDriveMemoLarrab:" "/home/guille/GoogleDriveMemoLarrab" "--buffer-size" "8M" "--dir-cache-time" "1000h" "--log-level" "DEBUG" "--log-file" "/var/log/rclone/rclone.log" "--poll-interval" "300s"]
2020/07/20 01:15:19 DEBUG : Using config file from "/home/guille/.config/rclone/rclone.conf"
2020/07/20 01:15:19 DEBUG : /: ReadDirAll: 
2020/07/20 01:15:19 DEBUG : /: >ReadDirAll: item=8, err=<nil>
2020/07/20 01:15:19 Fatal error: Directory is not empty: /home/guille/GoogleDriveMemoLarrab If you want to mount it anyway use: --allow-non-empty option

guille@debianHP:~$ ls -al /home/guille/GoogleDriveMemoLarrab/

totale 781
drwxr-xr-x 1 guille guille      0 mar 16 00:58 'Braccialetti Kulto 20190706'
drwxr-xr-x 1 guille guille      0 mar 17 19:31  Cucurucho
drwxr-xr-x 1 guille guille      0 mar 17 19:32 'My sweet Laura'
-rw-r--r-- 1 guille guille 798748 mag  3 20:57  nuovo_modello_autodichiarazione_editabile_maggio_2020.pdf
drwxr-xr-x 1 guille guille      0 mar 16 00:59 'Orologi Niko 20190713'
drwxr-xr-x 1 guille guille      0 mar 16 01:37 'Quadri legno'
drwxr-xr-x 1 guille guille      0 mar 17 19:33  Vari
drwxr-xr-x 1 guille guille      0 mar 16 01:41 'Willow tree'```

You need to make sure the mount point location is empty and all rclone processes are stopped.

Yes I did. I pasted the commands pre and post reboot. If you take a look at those, you could see that I stopped the service, unmounted the fs and ls it showing that the MP was empty. Then I rebooted the machine, and again, paste the same commands. You could see that the MP now is not empty, hence the process indeed did something. However, its state is failure.

If it wasn't empty after removing things, you have something else writing to there and breaking you. You'd want to figure out what is writing the files there so you can make that start after your rclone mount.

The files I found there are exactly what it should be, namely, my Google Drive files and folders. I cannot find other things that those files. Therefore, rclone indeed mount Google drive to my MP, but for some reason after that it exits with failure code 1. Is it possible that during the process it stops and restart without wiping the MP, so when it tries to run once again it find the MP dirty?

Trying to be clearer: chain of events

1.- power on the machine
2.- systemctl status => rclone exited with error
3.- edit service (buffer from 256M to 8M)
4.- systemctl stop rclone
5.- systemctl enable / reload
6.- fusermount -u
7.- ls -al MP => empty
8.- REBOOT MACHINE
9.- systemctl status => rclone exited with error
10.- ls -al => not empty (Google drive files)

I'm not sure why you are rebooting as that just adds complexity.

Stop everything.
Make sure it's clean and empty.
Start it.

@Animosity022 this is a personal computer supporting administrative tasks. This is not a server, hence it will be powered on and shut down in a random basis, maybe even several times a day.
I am only testing the service for survivability considering real life use.
Be assured that I never issued any rm or wipe etc. command to clean the MP (mount point). I only stop the service and unmount the FS with fusermount. Then ls -al confirms me that the MP is empty.
I am pretty sure that the problem is related with the boot process, or else with the first stages of the running service.
Below you can see today status after the 1st power-on of the day. The service failed as usual. Then I stopped, unmounted and restarted it. You can see that now it is running normally. I don't rebooted the machine, nor issued any delete, rm or wipe command on the MP.


● rclone.service - GoogleDriveMemoLarrab Service
     Loaded: loaded (/etc/systemd/system/rclone.service; enabled; vendor preset: enabled)
     Active: activating (auto-restart) (Result: exit-code) since Mon 2020-07-20 16:15:33 CEST; 1s ago
       Docs: http://rclone.org/docs/
    Process: 1795 ExecStart=/usr/bin/rclone mount GoogleDriveMemoLarrab: /home/guille/GoogleDriveMemoLarrab --buffer-size 8M --dir>
   Main PID: 1795 (code=exited, status=1/FAILURE)

lug 20 16:15:33 debianHP systemd[1]: Failed to start GoogleDriveMemoLarrab Service.
lug 20 16:15:38 debianHP systemd[1]: rclone.service: Scheduled restart job, restart counter is at 25.
lug 20 16:15:38 debianHP systemd[1]: Stopped GoogleDriveMemoLarrab Service.
lug 20 16:15:38 debianHP systemd[1]: rclone.service: Found left-over process 602 (rclone) in control group while starting unit. Ig>
lug 20 16:15:38 debianHP systemd[1]: This usually indicates unclean termination of a previous run, or service implementation defic>
lug 20 16:15:38 debianHP systemd[1]: Starting GoogleDriveMemoLarrab Service...
lug 20 16:15:38 debianHP systemd[1]: rclone.service: Main process exited, code=exited, status=1/FAILURE
lug 20 16:15:38 debianHP systemd[1]: rclone.service: Failed with result 'exit-code'.
lug 20 16:15:38 debianHP systemd[1]: Failed to start GoogleDriveMemoLarrab Service.

guille@debianHP:~$ ls -al /home/guille/GoogleDriveMemoLarrab/
totale 781
drwxr-xr-x 1 guille guille      0 mar 16 00:58 'Braccialetti Kulto 20190706'
drwxr-xr-x 1 guille guille      0 mar 17 19:31  Cucurucho
drwxr-xr-x 1 guille guille      0 mar 17 19:32 'My sweet Laura'
-rw-r--r-- 1 guille guille 798748 mag  3 20:57  nuovo_modello_autodichiarazione_editabile_maggio_2020.pdf
drwxr-xr-x 1 guille guille      0 mar 16 00:59 'Orologi Niko 20190713'
drwxr-xr-x 1 guille guille      0 mar 16 01:37 'Quadri legno'
drwxr-xr-x 1 guille guille      0 mar 17 19:33  Vari
drwxr-xr-x 1 guille guille      0 mar 16 01:41 'Willow tree'

guille@debianHP:~$ sudo systemctl stop rclone.service 

guille@debianHP:~$ ls -al /home/guille/GoogleDriveMemoLarrab/
totale 781
drwxr-xr-x 1 guille guille      0 mar 16 00:58 'Braccialetti Kulto 20190706'
drwxr-xr-x 1 guille guille      0 mar 17 19:31  Cucurucho
drwxr-xr-x 1 guille guille      0 mar 17 19:32 'My sweet Laura'
-rw-r--r-- 1 guille guille 798748 mag  3 20:57  nuovo_modello_autodichiarazione_editabile_maggio_2020.pdf
drwxr-xr-x 1 guille guille      0 mar 16 00:59 'Orologi Niko 20190713'
drwxr-xr-x 1 guille guille      0 mar 16 01:37 'Quadri legno'
drwxr-xr-x 1 guille guille      0 mar 17 19:33  Vari
drwxr-xr-x 1 guille guille      0 mar 16 01:41 'Willow tree'

guille@debianHP:~$ fusermount3 -u /home/guille/GoogleDriveMemoLarrab/

guille@debianHP:~$ ls -al /home/guille/GoogleDriveMemoLarrab/        
totale 8
drwxr-xr-x  2 guille guille 4096 mar 15 16:38 .
drwxr-xr-x 47 guille guille 4096 lug 20 16:12 ..

guille@debianHP:~$ sudo systemctl start rclone.service 

guille@debianHP:~$ sudo systemctl status rclone.service 

 rclone.service - GoogleDriveMemoLarrab Service
     Loaded: loaded (/etc/systemd/system/rclone.service; enabled; vendor preset: enabled)
     Active: active (running) since Mon 2020-07-20 16:17:23 CEST; 1h 44min ago
       Docs: http://rclone.org/docs/
   Main PID: 1993 (rclone)
      Tasks: 10 (limit: 9385)
     Memory: 50.8M
     CGroup: /system.slice/rclone.service
             └─1993 /usr/bin/rclone mount GoogleDriveMemoLarrab: /home/guille/GoogleDriveMemoLarrab --buffer-size 8M --dir-cache-t>

lug 20 16:17:22 debianHP systemd[1]: Starting GoogleDriveMemoLarrab Service...
lug 20 16:17:23 debianHP systemd[1]: Started GoogleDriveMemoLarrab Service.

guille@debianHP:~$ ls -al GoogleDriveMemoLarrab/
totale 781
drwxr-xr-x 1 guille guille      0 mar 16 00:58 'Braccialetti Kulto 20190706'
drwxr-xr-x 1 guille guille      0 mar 17 19:31  Cucurucho
drwxr-xr-x 1 guille guille      0 mar 17 19:32 'My sweet Laura'
-rw-r--r-- 1 guille guille 798748 mag  3 20:57  nuovo_modello_autodichiarazione_editabile_maggio_2020.pdf
drwxr-xr-x 1 guille guille      0 mar 16 00:59 'Orologi Niko 20190713'
drwxr-xr-x 1 guille guille      0 mar 16 01:37 'Quadri legno'
drwxr-xr-x 1 guille guille      0 mar 17 19:33  Vari
drwxr-xr-x 1 guille guille      0 mar 16 01:41 'Willow tree'

If you plan to reboot it while trying to figure out what the problem is though, that doesn't help progress the resolution as it adds complexity to the process.

If you can confirm it was working fine without the reboots, we can focus in on the reboots.

Change your service to not restart on failure so it doesn't spam for now.

Restart=no

Once you reboot, it's important to see what's writing to your mount location as it does sound like you have an order of operations error.

For example, my service is called rclone.service.

So for me, I require and after for my things that need it to run:

felix@gemini:/etc/systemd/system$ cat gmedia.service
[Unit]
Description=gmedia mergerfs mount
Requires=rclone.service
After=rclone.service

Ok, reply on two messages.

1.- Machine (laptop) powered on yesterday 22:00 ca. and left alone till today 16:30 ca. By midnight I closed the lid.
NOTE: thinking about the usual crappy wi-fi cards shipped with most low-end laptops, yesterday I connected it to my router via cable. As usual, when powered on, the rclone.service was in failure state, so I could conclude that wi-fi (and hence systemd-networkd-wait-online.service) hypothetical instability due to connection / disconnection cycles, is not the root cause. Then, as usual, I stopped, unmounted and restarted rclone.service. No machine reboot, no delete, rm or wipe commands to the MP.
This was the situation when I opened the lid today:

● rclone.service - GoogleDriveMemoLarrab Service
     Loaded: loaded (/etc/systemd/system/rclone.service; enabled; vendor preset: enabled)
     Active: active (running) since Mon 2020-07-20 22:27:42 CEST; 17h ago
       Docs: http://rclone.org/docs/
   Main PID: 1819 (rclone)
      Tasks: 11 (limit: 9385)
     Memory: 50.7M
     CGroup: /system.slice/rclone.service
             └─1819 /usr/bin/rclone mount GoogleDriveMemoLarrab: /home/guille/GoogleDriveMemoLarrab --buffer-size 8M --dir-cache-t>

lug 20 22:27:41 debianHP systemd[1]: Starting GoogleDriveMemoLarrab Service...
lug 20 22:27:42 debianHP systemd[1]: Started GoogleDriveMemoLarrab Service.

guille@debianHP:~$ sudo systemctl status systemd-networkd.service 
● systemd-networkd.service - Network Service
     Loaded: loaded (/lib/systemd/system/systemd-networkd.service; enabled; vendor preset: enabled)
     Active: active (running) since Mon 2020-07-20 22:22:56 CEST; 17h ago
TriggeredBy: ● systemd-networkd.socket
       Docs: man:systemd-networkd.service(8)
   Main PID: 338 (systemd-network)
     Status: "Processing requests..."
      Tasks: 1 (limit: 9385)
     Memory: 4.0M
     CGroup: /system.slice/systemd-networkd.service
             └─338 /lib/systemd/systemd-networkd

lug 21 16:08:00 debianHP systemd-networkd[338]: wlp19s0: Link DOWN
lug 21 16:08:00 debianHP systemd-networkd[338]: eth0: Link UP
lug 21 16:08:00 debianHP systemd-networkd[338]: wlp19s0: Link UP
lug 21 16:08:00 debianHP systemd-networkd[338]: wlp19s0: Gained carrier
lug 21 16:08:00 debianHP systemd-networkd[338]: wlp19s0: Lost carrier
lug 21 16:08:01 debianHP systemd-networkd[338]: wlp19s0: Gained carrier
lug 21 16:08:01 debianHP systemd-networkd[338]: wlp19s0: Connected WiFi access point: Emitron (00:00:00:00:00:00)
lug 21 16:08:02 debianHP systemd-networkd[338]: eth0: Gained carrier
lug 21 16:08:03 debianHP systemd-networkd[338]: wlp19s0: Gained IPv6LL
lug 21 16:08:03 debianHP systemd-networkd[338]: eth0: Gained IPv6LL

guille@debianHP:~$ sudo systemctl status systemd-networkd-wait-online.service 
● systemd-networkd-wait-online.service - Wait for Network to be Configured
     Loaded: loaded (/lib/systemd/system/systemd-networkd-wait-online.service; enabled; vendor preset: enabled)
     Active: active (exited) since Mon 2020-07-20 22:25:52 CEST; 17h ago
       Docs: man:systemd-networkd-wait-online.service(8)
    Process: 380 ExecStart=/lib/systemd/systemd-networkd-wait-online --timeout=0 (code=exited, status=0/SUCCESS)
   Main PID: 380 (code=exited, status=0/SUCCESS)

lug 20 22:22:56 debianHP systemd[1]: Starting Wait for Network to be Configured...
lug 20 22:25:52 debianHP systemd[1]: Finished Wait for Network to be Configured.

Following your advice, I modified rclone.service setting "Restart=no". After that, I power off the machine. No systemd stop, no restart, no unmount of the rclone service. I simply powered off the laptop.

After that, I powered on the laptop. This is what I observed:

● rclone.service - GoogleDriveMemoLarrab Service
     Loaded: loaded (/etc/systemd/system/rclone.service; enabled; vendor preset: enabled)
     Active: active (running) since Tue 2020-07-21 16:23:12 CEST; 9min ago
       Docs: http://rclone.org/docs/
   Main PID: 541 (rclone)
      Tasks: 10 (limit: 9385)
     Memory: 49.6M
     CGroup: /system.slice/rclone.service
             └─541 /usr/bin/rclone mount GoogleDriveMemoLarrab: /home/guille/GoogleDriveMemoLarrab --buffer-size 8M --dir-cache-ti>

lug 21 16:21:57 debianHP systemd[1]: Starting GoogleDriveMemoLarrab Service...
lug 21 16:23:12 debianHP systemd[1]: Started GoogleDriveMemoLarrab Service.


log

2020/07/21 01:02:42 DEBUG : Google drive root '': Checking for changes on remote
2020/07/21 16:12:15 DEBUG : /: Attr: 
2020/07/21 16:12:15 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2020/07/21 16:12:15 DEBUG : : Statfs: 
2020/07/21 16:12:15 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:3894929 Bavail:3894928 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=<nil>
2020/07/21 16:12:15 DEBUG : /: ReadDirAll: 
2020/07/21 16:12:15 DEBUG : /: >ReadDirAll: item=8, err=<nil>
2020/07/21 16:12:15 DEBUG : /: Attr: 
2020/07/21 16:12:15 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2020/07/21 16:12:15 DEBUG : : Statfs: 
2020/07/21 16:12:15 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:3894929 Bavail:3894928 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=<nil>
2020/07/21 16:12:19 DEBUG : Google drive root '': Checking for changes on remote
2020/07/21 16:12:19 DEBUG : GoogleDriveMemoLarrab: Loaded invalid token from config file - ignoring
2020/07/21 16:12:19 DEBUG : GoogleDriveMemoLarrab: Saved new token in config file
2020/07/21 16:12:24 DEBUG : /: Attr: 
2020/07/21 16:12:24 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2020/07/21 16:14:15 DEBUG : /: Attr: 
2020/07/21 16:14:15 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2020/07/21 16:14:44 DEBUG : /: Attr: 
2020/07/21 16:14:44 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2020/07/21 16:14:49 DEBUG : /: Attr: 
2020/07/21 16:14:49 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2020/07/21 16:15:10 DEBUG : /: Attr: 
2020/07/21 16:15:10 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2020/07/21 16:15:25 DEBUG : /: Attr: 
2020/07/21 16:15:25 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2020/07/21 16:17:19 DEBUG : Google drive root '': Checking for changes on remote
2020/07/21 16:17:19 DEBUG : /: Attr: 
2020/07/21 16:17:19 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2020/07/21 16:18:10 DEBUG : /: Attr: 
2020/07/21 16:18:10 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2020/07/21 16:18:21 DEBUG : /: Attr: 
2020/07/21 16:18:21 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2020/07/21 16:18:58 DEBUG : /: Attr: 
2020/07/21 16:18:58 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2020/07/21 16:19:00 DEBUG : /: Attr: 
2020/07/21 16:19:00 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2020/07/21 16:19:07 DEBUG : /: Attr: 
2020/07/21 16:19:07 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2020/07/21 16:19:08 DEBUG : /: Attr: 
2020/07/21 16:19:08 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2020/07/21 16:21:15 DEBUG : rclone: Version "v1.50.2" finishing with parameters ["/usr/bin/rclone" "mount" "GoogleDriveMemoLarrab:" "/home/guille/GoogleDriveMemoLarrab" "--buffer-size" "8M" "--dir-cache-time" "1000h" "--log-level" "DEBUG" "--log-file" "/var/log/rclone/rclone.log" "--poll-interval" "300s"]
2020/07/21 16:22:15 DEBUG : rclone: Version "v1.50.2" starting with parameters ["/usr/bin/rclone" "mount" "GoogleDriveMemoLarrab:" "/home/guille/GoogleDriveMemoLarrab" "--buffer-size" "8M" "--dir-cache-time" "1000h" "--log-level" "DEBUG" "--log-file" "/var/log/rclone/rclone.log" "--poll-interval" "300s"]
2020/07/21 16:22:17 DEBUG : Using config file from "/home/guille/.config/rclone/rclone.conf"
2020/07/21 16:22:18 DEBUG : Google drive root '': Mounting on "/home/guille/GoogleDriveMemoLarrab"
2020/07/21 16:22:18 DEBUG : pacer: low level retry 1/10 (error Get "https://www.googleapis.com/drive/v3/changes/startPageToken?alt=json&prettyPrint=false&supportsAllDrives=true": dial tcp: lookup www.googleapis.com on 127.0.0.1:53: read udp 127.0.0.1:50468->127.0.0.1:53: read: connection refused)
2020/07/21 16:22:18 DEBUG : pacer: Rate limited, increasing sleep to 1.552244953s
2020/07/21 16:22:18 DEBUG : pacer: low level retry 2/10 (error Get "https://www.googleapis.com/drive/v3/changes/startPageToken?alt=json&prettyPrint=false&supportsAllDrives=true": dial tcp: lookup www.googleapis.com on 127.0.0.1:53: read udp 127.0.0.1:60390->127.0.0.1:53: read: connection refused)
2020/07/21 16:22:18 DEBUG : pacer: Rate limited, increasing sleep to 2.210533722s
2020/07/21 16:22:20 DEBUG : pacer: low level retry 3/10 (error Get "https://www.googleapis.com/drive/v3/changes/startPageToken?alt=json&prettyPrint=false&supportsAllDrives=true": dial tcp: lookup www.googleapis.com on 127.0.0.1:53: read udp 127.0.0.1:43720->127.0.0.1:53: read: connection refused)
2020/07/21 16:22:20 DEBUG : pacer: Rate limited, increasing sleep to 4.579630961s
2020/07/21 16:22:22 DEBUG : pacer: low level retry 4/10 (error Get "https://www.googleapis.com/drive/v3/changes/startPageToken?alt=json&prettyPrint=false&supportsAllDrives=true": dial tcp: lookup www.googleapis.com on 127.0.0.1:53: read udp 127.0.0.1:40572->127.0.0.1:53: read: connection refused)
2020/07/21 16:22:22 DEBUG : pacer: Rate limited, increasing sleep to 8.157548124s
2020/07/21 16:22:27 DEBUG : pacer: low level retry 5/10 (error Get "https://www.googleapis.com/drive/v3/changes/startPageToken?alt=json&prettyPrint=false&supportsAllDrives=true": dial tcp: lookup www.googleapis.com on 127.0.0.1:53: read udp 127.0.0.1:40768->127.0.0.1:53: read: connection refused)
2020/07/21 16:22:27 DEBUG : pacer: Rate limited, increasing sleep to 16.886648854s
2020/07/21 16:22:35 DEBUG : pacer: low level retry 6/10 (error Get "https://www.googleapis.com/drive/v3/changes/startPageToken?alt=json&prettyPrint=false&supportsAllDrives=true": dial tcp: lookup www.googleapis.com on 127.0.0.1:53: read udp 127.0.0.1:36014->127.0.0.1:53: read: connection refused)
2020/07/21 16:22:35 DEBUG : pacer: Rate limited, increasing sleep to 16.764033959s
2020/07/21 16:22:52 DEBUG : pacer: low level retry 7/10 (error Get "https://www.googleapis.com/drive/v3/changes/startPageToken?alt=json&prettyPrint=false&supportsAllDrives=true": dial tcp: lookup www.googleapis.com on 127.0.0.1:53: read udp 127.0.0.1:45183->127.0.0.1:53: read: connection refused)
2020/07/21 16:22:52 DEBUG : pacer: Rate limited, increasing sleep to 16.865912822s
2020/07/21 16:23:12 DEBUG : pacer: Reducing sleep to 0s
2020/07/21 16:23:12 DEBUG : Adding path "vfs/forget" to remote control registry
2020/07/21 16:23:12 DEBUG : Adding path "vfs/refresh" to remote control registry
2020/07/21 16:23:12 DEBUG : Adding path "vfs/poll-interval" to remote control registry
2020/07/21 16:23:12 DEBUG : : Root: 
2020/07/21 16:23:12 DEBUG : : >Root: node=/, err=<nil>
2020/07/21 16:23:24 DEBUG : /: Attr: 
2020/07/21 16:23:24 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2020/07/21 16:23:24 DEBUG : /: ReadDirAll: 
2020/07/21 16:23:26 DEBUG : /: >ReadDirAll: item=8, err=<nil>
2020/07/21 16:23:26 DEBUG : /: Lookup: name="Braccialetti Kulto 20190706"
2020/07/21 16:23:26 DEBUG : /: >Lookup: node=Braccialetti Kulto 20190706/, err=<nil>
2020/07/21 16:23:26 DEBUG : Braccialetti Kulto 20190706/: Attr: 
2020/07/21 16:23:26 DEBUG : Braccialetti Kulto 20190706/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
.
.
.
2020/07/21 16:28:25 DEBUG : Google drive root '': Checking for changes on remote
2020/07/21 16:28:30 DEBUG : /: Attr: 
2020/07/21 16:28:30 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2020/07/21 16:28:31 DEBUG : : Statfs: 
2020/07/21 16:28:31 DEBUG : /: Attr: 
2020/07/21 16:28:31 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2020/07/21 16:28:31 DEBUG : /: ReadDirAll: 
2020/07/21 16:28:31 DEBUG : /: >ReadDirAll: item=8, err=<nil>
2020/07/21 16:28:31 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:3894929 Bavail:3894928 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=<nil>
2020/07/21 16:28:31 DEBUG : /: Attr: 
2020/07/21 16:28:31 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2020/07/21 16:28:31 DEBUG : : Statfs: 
2020/07/21 16:28:31 DEBUG : : >Statfs: stat={Blocks:3932160 Bfree:3894929 Bavail:3894928 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=<nil>
2020/07/21 16:28:38 DEBUG : /: Attr: 
2020/07/21 16:28:38 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>

And ls into the MP:

totale 781
drwxr-xr-x 1 guille guille      0 mar 16 00:58 'Braccialetti Kulto 20190706'
drwxr-xr-x 1 guille guille      0 mar 17 19:31  Cucurucho
drwxr-xr-x 1 guille guille      0 mar 17 19:32 'My sweet Laura'
-rw-r--r-- 1 guille guille 798748 mag  3 20:57  nuovo_modello_autodichiarazione_editabile_maggio_2020.pdf
drwxr-xr-x 1 guille guille      0 mar 16 00:59 'Orologi Niko 20190713'
drwxr-xr-x 1 guille guille      0 mar 16 01:37 'Quadri legno'
drwxr-xr-x 1 guille guille      0 mar 17 19:33  Vari
drwxr-xr-x 1 guille guille      0 mar 16 01:41 'Willow tree'

I can write to it (copy of Componenti 1-20181213_142209_HDR.jpg image):

2020/07/21 16:53:16 DEBUG : /: >Lookup: node=<nil>, err=no such file or directory
2020/07/21 16:53:16 DEBUG : /: Lookup: name="Componenti 1-20181213_142209_HDR.jpg"
2020/07/21 16:53:16 DEBUG : /: >Lookup: node=<nil>, err=no such file or directory
2020/07/21 16:53:16 DEBUG : /: Create: name="Componenti 1-20181213_142209_HDR.jpg"
2020/07/21 16:53:16 DEBUG : Componenti 1-20181213_142209_HDR.jpg: Open: flags=O_WRONLY|O_CREATE|O_TRUNC
2020/07/21 16:53:16 DEBUG : Componenti 1-20181213_142209_HDR.jpg: >Open: fd=Componenti 1-20181213_142209_HDR.jpg (w), err=<nil>
2020/07/21 16:53:16 DEBUG : /: >Create: node=Componenti 1-20181213_142209_HDR.jpg, handle=&{Componenti 1-20181213_142209_HDR.jpg (w)}, err=<nil>
2020/07/21 16:53:16 DEBUG : Componenti 1-20181213_142209_HDR.jpg: Attr: 
2020/07/21 16:53:16 DEBUG : Componenti 1-20181213_142209_HDR.jpg: >Attr: a=valid=1s ino=0 size=0 mode=-rw-r--r--, err=<nil>
2020/07/21 16:53:16 DEBUG : Componenti 1-20181213_142209_HDR.jpg: Setattr: a=Setattr [ID=0x11c4 Node=0x1c Uid=1000 Gid=1000 Pid=2465] mode=-rw------- handle=INVALID-0x0
2020/07/21 16:53:16 DEBUG : Componenti 1-20181213_142209_HDR.jpg: >Setattr: err=<nil>
2020/07/21 16:53:16 DEBUG : Componenti 1-20181213_142209_HDR.jpg: Attr: 
2020/07/21 16:53:16 DEBUG : Componenti 1-20181213_142209_HDR.jpg: >Attr: a=valid=1s ino=0 size=0 mode=-rw-r--r--, err=<nil>
2020/07/21 16:53:16 DEBUG : &{Componenti 1-20181213_142209_HDR.jpg (w)}: Write: len=65536, offset=0
2020/07/21 16:53:16 DEBUG : &{Componenti 1-20181213_142209_HDR.jpg (w)}: >Write: written=65536, err=<nil>
2020/07/21 16:53:16 DEBUG : &{Componenti 1-20181213_142209_HDR.jpg (w)}: Write: len=65536, offset=65536
2020/07/21 16:53:16 DEBUG : &{Componenti 1-20181213_142209_HDR.jpg (w)}: >Write: written=65536, err=<nil>
2020/07/21 16:53:16 DEBUG : &{Componenti 1-20181213_142209_HDR.jpg (w)}: Write: len=65536, offset=131072
2020/07/21 16:53:16 DEBUG : &{Componenti 1-20181213_142209_HDR.jpg (w)}: >Write: written=65536, err=<nil>
2020/07/21 16:53:16 DEBUG : &{Componenti 1-20181213_142209_HDR.jpg (w)}: Write: len=65536, offset=196608
2020/07/21 16:53:16 DEBUG : &{Componenti 1-20181213_142209_HDR.jpg (w)}: >Write: written=65536, err=<nil>
2020/07/21 16:53:16 DEBUG : &{Componenti 1-20181213_142209_HDR.jpg (w)}: Write: len=65536, offset=262144
2020/07/21 16:53:16 DEBUG : &{Componenti 1-20181213_142209_HDR.jpg (w)}: >Write: written=65536, err=<nil>
2020/07/21 16:53:16 DEBUG : &{Componenti 1-20181213_142209_HDR.jpg (w)}: Write: len=65536, offset=327680
2020/07/21 16:53:16 DEBUG : &{Componenti 1-20181213_142209_HDR.jpg (w)}: >Write: written=65536, err=<nil>
2020/07/21 16:53:16 DEBUG : &{Componenti 1-20181213_142209_HDR.jpg (w)}: Write: len=65536, offset=393216
2020/07/21 16:53:16 DEBUG : &{Componenti 1-20181213_142209_HDR.jpg (w)}: >Write: written=65536, err=<nil>
2020/07/21 16:53:16 DEBUG : &{Componenti 1-20181213_142209_HDR.jpg (w)}: Write: len=65536, offset=458752
2020/07/21 16:53:16 DEBUG : &{Componenti 1-20181213_142209_HDR.jpg (w)}: >Write: written=65536, err=<nil>
2020/07/21 16:53:16 DEBUG : &{Componenti 1-20181213_142209_HDR.jpg (w)}: Write: len=65536, offset=524288
2020/07/21 16:53:16 DEBUG : &{Componenti 1-20181213_142209_HDR.jpg (w)}: >Write: written=65536, err=<nil>
2020/07/21 16:53:16 DEBUG : &{Componenti 1-20181213_142209_HDR.jpg (w)}: Write: len=65536, offset=589824
2020/07/21 16:53:16 DEBUG : &{Componenti 1-20181213_142209_HDR.jpg (w)}: >Write: written=65536, err=<nil>
2020/07/21 16:53:16 DEBUG : &{Componenti 1-20181213_142209_HDR.jpg (w)}: Write: len=65536, offset=655360
2020/07/21 16:53:16 DEBUG : &{Componenti 1-20181213_142209_HDR.jpg (w)}: >Write: written=65536, err=<nil>
2020/07/21 16:53:16 DEBUG : &{Componenti 1-20181213_142209_HDR.jpg (w)}: Write: len=65536, offset=720896
2020/07/21 16:53:16 DEBUG : &{Componenti 1-20181213_142209_HDR.jpg (w)}: >Write: written=65536, err=<nil>
2020/07/21 16:53:16 DEBUG : &{Componenti 1-20181213_142209_HDR.jpg (w)}: Write: len=65536, offset=786432
2020/07/21 16:53:16 DEBUG : &{Componenti 1-20181213_142209_HDR.jpg (w)}: >Write: written=65536, err=<nil>
2020/07/21 16:53:16 DEBUG : &{Componenti 1-20181213_142209_HDR.jpg (w)}: Write: len=65536, offset=851968
2020/07/21 16:53:16 DEBUG : &{Componenti 1-20181213_142209_HDR.jpg (w)}: >Write: written=65536, err=<nil>
2020/07/21 16:53:16 DEBUG : &{Componenti 1-20181213_142209_HDR.jpg (w)}: Write: len=65536, offset=917504
2020/07/21 16:53:16 DEBUG : &{Componenti 1-20181213_142209_HDR.jpg (w)}: >Write: written=65536, err=<nil>
2020/07/21 16:53:16 DEBUG : &{Componenti 1-20181213_142209_HDR.jpg (w)}: Write: len=13203, offset=983040
2020/07/21 16:53:16 DEBUG : &{Componenti 1-20181213_142209_HDR.jpg (w)}: >Write: written=13203, err=<nil>
2020/07/21 16:53:16 DEBUG : &{Componenti 1-20181213_142209_HDR.jpg (w)}: Flush: 
2020/07/21 16:53:16 DEBUG : Componenti 1-20181213_142209_HDR.jpg: Attr: 
2020/07/21 16:53:16 DEBUG : Componenti 1-20181213_142209_HDR.jpg: >Attr: a=valid=1s ino=0 size=996243 mode=-rw-r--r--, err=<nil>

This is my rclone.config now:

# Copy file to: /etc/systemd/system
# Set remote name, path to mount and User,Group
# Register new service by typing:
# sudo systemctl daemon-reload
# sudo systemctl enable rclone.service
# systemctl start rclone.service
# systemctl enable NetworkManager-wait-online.service
# Usage:
# To unmount drive use
# systemctl stop rclone.service
# To mount use:
# systemctl start rclone.service

[Unit]
Description=GoogleDriveMemoLarrab Service
#Requires=systemd-networkd.service
Documentation=http://rclone.org/docs/
After=systemd-networkd-wait-online.target
Wants=systemd-networkd-wait-online.target

[Service]
Type=notify
Environment=RCLONE_CONFIG=/home/guille/.config/rclone/rclone.conf
#KillMode=control-group
KillMode=none
#RestartSec=5
Restart=no
ExecStart=/usr/bin/rclone mount GoogleDriveMemoLarrab: /home/guille/GoogleDriveMemoLarrab \
--buffer-size 8M \
--dir-cache-time 1000h \
#--debug-fuse
--log-level DEBUG \
--log-file /var/log/rclone/rclone.log \
--poll-interval 300s \
#--timeout 8m

ExecStop=/bin/fusermount3 -u /home/guille/GoogleDriveMemoLarrab
Restart=on-failure
User=guille
Group=guille

[Install]
WantedBy=multi-user.target

That's all?? It seems to be working normally now. Why restart option creates such a problem?
Thank you.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.