Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@heri16
Created October 27, 2014 10:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save heri16/4e8eb621afe636bf21e3 to your computer and use it in GitHub Desktop.
Save heri16/4e8eb621afe636bf21e3 to your computer and use it in GitHub Desktop.
Syncthing Service Configuration File
<service>
<id>syncthing</id>
<name>Syncthing</name>
<description>Syncthing</description>
<executable>D:\syncthing\syncthing.exe</executable>
<logpath>D:\syncthing\log</logpath>
<logmode>roll</logmode>
<depend></depend>
<argument>-home D:\syncthing\data</argument>
<argument>-logfile D:\syncthing\log\syncthing.log</argument>
<argument>-no-browser</argument>
<workingdirectory>D:\syncthing</workingdirectory>
<env name="USERPROFILE" value="D:\syncthing" />
<env name="HOME" value="D:\syncthing" />
</service>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment