summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawm9ocq1Kb0WL-cz-LPpvd2Xm-q8tIQvqXA <Dominik@web>2014-06-05 16:42:02 +0000
committerGravatar admin <admin@branchable.com>2014-06-05 16:42:02 +0000
commitdd9d019dce5075de408fb7c35b275c6395cd0c16 (patch)
treedd942d2a0bc01ad8fa92d8c7f75a8349cfc47e81
parent62f1da4b5855649661e33b91553a0764353dbe92 (diff)
Added a comment
-rw-r--r--doc/todo/windows_support/comment_17_62a1a33c2aaf4b0b8a0149ec526907d7._comment16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/todo/windows_support/comment_17_62a1a33c2aaf4b0b8a0149ec526907d7._comment b/doc/todo/windows_support/comment_17_62a1a33c2aaf4b0b8a0149ec526907d7._comment
new file mode 100644
index 000000000..520e50154
--- /dev/null
+++ b/doc/todo/windows_support/comment_17_62a1a33c2aaf4b0b8a0149ec526907d7._comment
@@ -0,0 +1,16 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawm9ocq1Kb0WL-cz-LPpvd2Xm-q8tIQvqXA"
+ nickname="Dominik"
+ subject="comment 17"
+ date="2014-06-05T16:42:02Z"
+ content="""
+Actually you can create a service from any program or batch file using srvany.exe from the windows resource kit: http://support.microsoft.com/kb/137890. An alternative would be the Non-Sucking Service Manager http://nssm.cc/
+Also nsis has some plugins for creating services, but i havent tried any of them: http://nsis.sourceforge.net/How_do_I_start/stop/create/remove/check_a_service
+
+Upsides:
+1) You don't have to touch your code or change anything in the compilation just to create the service
+2) git-annex will still work fine from the console
+Downside: You'd have to include an extra binary or plugin in your installer for creating the service
+
+But I'm pretty sure that none of the commandline calls would pop up in a new window that way, but if you need the verbose mode, you could still start the webapp from console instead as service and everything will show as expected
+"""]]