mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-12 16:26:37 +00:00
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>
|