summaryrefslogtreecommitdiffstats
path: root/routers/install.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-12-18 05:49:28 -0500
committerUnknwon <u@gogs.io>2015-12-18 05:49:28 -0500
commit037a01c4e4b394cdcd4a2094489cedbcccf34a6b (patch)
tree9892974a7ab4b3da50753916941cd0db5b859684 /routers/install.go
parent1d95844d5562d372e7168601a39646f67f87a63f (diff)
downloadgitea-037a01c4e4b394cdcd4a2094489cedbcccf34a6b.tar.gz
gitea-037a01c4e4b394cdcd4a2094489cedbcccf34a6b.zip
fix #2189
Diffstat (limited to 'routers/install.go')
-rw-r--r--routers/install.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/routers/install.go b/routers/install.go
index d5472c9b3e..120aa46851 100644
--- a/routers/install.go
+++ b/routers/install.go
@@ -82,6 +82,9 @@ func GlobalInit() {
if models.EnableTidb {
log.Info("TiDB Supported")
}
+ if setting.SupportMiniWinService {
+ log.Info("Builtin Windows Service Supported")
+ }
checkRunMode()
if setting.StartSSHServer {