Documentation
¶
Overview ¶
Package minwinsvc is a minimal non-invasive windows only service stub.
Import to allow running as a windows service.
import _ "github.com/kardianos/minwinsvc"
This will detect if running as a windows service and install required callbacks for windows.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetOnExit ¶
func SetOnExit(f func())
SetOnExit sets the function to be called when the windows service requests an exit. If this is not called, or if it is called where f == nil, then it defaults to calling "os.Exit(0)".
Types ¶
This section is empty.
Source Files
¶
- minwinsvc.go
- svc_other.go
Click to show internal directories.
Click to hide internal directories.