aboutsummaryrefslogtreecommitdiff
path: root/routers/install.go
diff options
context:
space:
mode:
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 d5472c9b..120aa468 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 {