Jump to content

Rclone: Difference between revisions

No change in size ,  20 June 2020
Line 106: Line 106:


On Windows, you can create a service using nssm:
On Windows, you can create a service using nssm:
* Install <code>nssm</code>
# Install <code>nssm</code>
*:<pre>choco install nssm -y</pre>
#:<pre>choco install nssm -y</pre>
* Create a service
# Create a service
*:<pre>nssm install my_service</pre>
#:<pre>nssm install my_service</pre>


;Notes
;Notes
* If using nssm, you will need to specify the full path to the config since it runs as another user.
* If using nssm, you will need to specify the full path to the config since it runs as another user.