Added a comment

This commit is contained in:
http://joeyh.name/ 2014-06-10 19:11:57 +00:00 committed by admin
parent 6d0e58cb1e
commit 32037f0cc0

View file

@ -0,0 +1,17 @@
[[!comment format=mdwn
username="http://joeyh.name/"
ip="108.236.230.124"
subject="comment 20"
date="2014-06-10T19:11:57Z"
content="""
This seems pretty close to a command line to install the service with nssm.
<pre>
nssm install git-annex 'C:\Program Files\Git\cmd\git-annex.exe' assistant --autostart
nssm set git-annex AppExit 0 Ignore
nssm set git-annex AppExit 1 Ignore
nssm set git-annex AppDirectory C:\
nssm set git-annex AppNoConsole 1
nssm start git-annex
</pre>
"""]]