Jump to content

Rclone: Difference between revisions

19 bytes added ,  20 June 2020
Line 108: Line 108:
* Install <code>nssm</code>
* Install <code>nssm</code>
*:<pre>choco install nssm -y</pre>
*:<pre>choco install nssm -y</pre>
<pre>
* Create a service
nssm install my_service
*:<pre>nssm install my_service</pre>
</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.