Jump to content

Rclone: Difference between revisions

259 bytes added ,  20 June 2020
Line 104: Line 104:
WantedBy=multi-user.target
WantedBy=multi-user.target
</pre>
</pre>
On Windows, you can create a service using nssm:
* Install <code>nssm</code>
*:<pre>choco install nssm -y</code>
<pre>
nssm create my_service
</pre>
;Notes
* If using nssm, you will need to specify the full path to the config since it runs as another user.