From 32037f0cc0583c8f130b25511485a4a618f49950 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Tue, 10 Jun 2014 19:11:57 +0000 Subject: [PATCH] Added a comment --- ...20_ca245781a37db5546da3f7204adbeebb._comment | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 doc/todo/windows_support/comment_20_ca245781a37db5546da3f7204adbeebb._comment diff --git a/doc/todo/windows_support/comment_20_ca245781a37db5546da3f7204adbeebb._comment b/doc/todo/windows_support/comment_20_ca245781a37db5546da3f7204adbeebb._comment new file mode 100644 index 0000000000..badb5308a7 --- /dev/null +++ b/doc/todo/windows_support/comment_20_ca245781a37db5546da3f7204adbeebb._comment @@ -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. + +
+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
+
+"""]]