aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Theophanes <kardianos@gmail.com>2015-12-09 09:04:10 -0800
committerDaniel Theophanes <kardianos@gmail.com>2015-12-09 09:04:10 -0800
commit0d469f261ee1bb50a5b1d157ffd1ee14e473730e (patch)
tree5532b88b534e86f6d66f76c08b6e4c252aa3a2f0
parentc3440c4dd37a0b765ceff96fcdea832e1d76a234 (diff)
downloadgitea-0d469f261ee1bb50a5b1d157ffd1ee14e473730e.tar.gz
gitea-0d469f261ee1bb50a5b1d157ffd1ee14e473730e.zip
gogs: add import that lets gogs run as a stand-alone windows service
Updates #630
-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"