I have the rclone using the NSSM as service, I put the NSSM and the rclone at the same folder.
I copy my rclone.conf to this folder too.
I use the NSSM on cmd using Admin
Path: C:\rclone\rclone.exe
Arguments mount MYBUCKET1:MYBUCKET1/ S: --vfs-cache-mode full -- --config “C:\rclone\rclone.conf”
The service start normally, no errors, it mount the S: and the bucket is sync.
My problem is: If I open a file, edit and just hit save, it shows a message saying that is read only, that I need to rename the file or save on another folder.
If I run the rclone directly on the CMD, without making a NSSM service, this problem did not occour.
There is a problem with the NSSM service, that is creating read only or something.
Anyone know what might be happening?
THANKS YOU!!!
All I want is that, hide the console, because the prompt was always there before. Now its hidden
Thanks alot!
Didn't know about that --no-console command.
That works for me
I create a cmd with the arguments, and schedule the cmd when logon.