Browse Source

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

tags/v1.11.0-rc1
David Svantesson 4 years ago
parent
commit
6460284085
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