aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/windows_support
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawm9ocq1Kb0WL-cz-LPpvd2Xm-q8tIQvqXA <Dominik@web>2014-05-13 17:40:58 +0000
committerGravatar admin <admin@branchable.com>2014-05-13 17:40:58 +0000
commit2d4f0141e37b7087332e18c666e3e0fbbdc93b05 (patch)
tree904ff3497ae129335397f4b028c527c097af0f85 /doc/todo/windows_support
parenta5517521f237058a24143da0a388d667caa21590 (diff)
Added a comment: running as service
Diffstat (limited to 'doc/todo/windows_support')
-rw-r--r--doc/todo/windows_support/comment_11_c3af14453e99dae5425deaa26ca7310e._comment14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/todo/windows_support/comment_11_c3af14453e99dae5425deaa26ca7310e._comment b/doc/todo/windows_support/comment_11_c3af14453e99dae5425deaa26ca7310e._comment
new file mode 100644
index 000000000..83e2ba514
--- /dev/null
+++ b/doc/todo/windows_support/comment_11_c3af14453e99dae5425deaa26ca7310e._comment
@@ -0,0 +1,14 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawm9ocq1Kb0WL-cz-LPpvd2Xm-q8tIQvqXA"
+ nickname="Dominik"
+ subject="running as service"
+ date="2014-05-13T17:40:57Z"
+ content="""
+Hey, just tried git-annex on windows. Love the idea, but the windows port still seems to be a work in progress. I thought I'd check in here and see if i could help. Maybe this is a start:
+
+You can setup any executable file as a windows service using Sc.exe included in the Windows Resource Kit.
+https://support.microsoft.com/kb/251192?SmcNavTabIndex=1
+Its pretty easy and straightforward
+
+Another option would be installing the service using nsis, here is one possible plugin that should do the trick: http://nsis.sourceforge.net/NSIS_Simple_Service_Plugin
+"""]]