Browse Source

Add comment to exported function WindowsServiceName (make revive) (#9241)

tags/v1.11.0-rc1
David Svantesson techknowlogick 5 years ago
parent
commit
0c1637fee1
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      modules/graceful/manager_windows.go

+ 1
- 0
modules/graceful/manager_windows.go View File

@@ -21,6 +21,7 @@ import (
"golang.org/x/sys/windows/svc/debug"
)

// WindowsServiceName is the name of the Windows service
var WindowsServiceName = "gitea"

const (


Loading…
Cancel
Save