summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-12-09 16:12:43 -0500
committerUnknwon <u@gogs.io>2015-12-09 16:12:43 -0500
commit356f1438a63e74228592507c07db6413a26d2f6b (patch)
tree5532b88b534e86f6d66f76c08b6e4c252aa3a2f0
parentc3440c4dd37a0b765ceff96fcdea832e1d76a234 (diff)
parent0d469f261ee1bb50a5b1d157ffd1ee14e473730e (diff)
downloadgitea-356f1438a63e74228592507c07db6413a26d2f6b.tar.gz
gitea-356f1438a63e74228592507c07db6413a26d2f6b.zip
Merge pull request #2133 from kardianos/develop
gogs: add import that lets gogs run as a stand-alone windows service
-rw-r--r--gogs.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/gogs.go b/gogs.go
index 5dc1a18cdc..dfd8c0dc25 100644
--- a/gogs.go
+++ b/gogs.go
@@ -12,6 +12,7 @@ import (
"runtime"
"github.com/codegangsta/cli"
+ _ "github.com/kardianos/minwinsvc"
"github.com/gogits/gogs/cmd"
"github.com/gogits/gogs/modules/setting"