I am trying to use NSSM and Rclone to set up on-startup disk mounts of my storages. Unfortunately, it isn't working exactly how I thought it would.
With NSSM, I am launching the service just fine. I use those arguments: mount --config "C:\Users\Ingwie Phoenix\AppData\Roaming\rclone\rclone.conf" $mount N: -volname "..." --log-file "C:\tools\rclone\logs\mount.log"
Within NSSM, I have selected to use "Local System Account" - which probably is the SYSTEM one I see having proper read/write access.
Is there an option in rclone or nssm to make it read/write by all users instead?
Thanks!