Added a comment
This commit is contained in:
parent
6d0e58cb1e
commit
32037f0cc0
1 changed files with 17 additions and 0 deletions
|
@ -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>
|
||||
"""]]
|
Loading…
Reference in a new issue