mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-09 14:50:56 +00:00
f0a88061db
NSIS script to build setup file to install Syncthing and install as a service.
8 lines
261 B
XML
8 lines
261 B
XML
<service>
|
|
<id>Syncthing</id>
|
|
<name>Syncthing</name>
|
|
<description>This service runs Syncthing</description>
|
|
<executable>syncthing.exe</executable>
|
|
<arguments>-home .\ServiceHome -no-console -no-browser</arguments>
|
|
<logmode>rotate</logmode>
|
|
</service> |