Start rclone in a network

To start Rclone under Ubuntu, I use

$HOME/.config/systemd/user/Rclone.service

Rclone opens this way when Ubuntu starts.
Is there a way to see if Rclone is working, if it's synchronizing modified files, or if there are any errors... perhaps notifications (like notify-send)?

I also tried the command
mount....--allow-non-empty
but when I disconnect the computer from the network, the mounted folders disappear.

Can they be kept offline?

Thanks in advance.

list the files on the mountpoint.


use a log


that is how rclone mount works.


rclone is not designed to work that way.

Thanks, @asdffdsa
I think this is beyond me for now...
I might look into flags --log-file string