daemon

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 4, 2020 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

View Source
const (
	FlagName           = "d"
	ConfKeyDaemonOn    = "deamonOn"
	ConfKeyPidFile     = "pidFile"
	ConfKeyLogFile     = "logFile"
	ConfKeyGroupOn     = "groupOn"
	InitConfFileName   = ".daemon.ini"
	FlagUsage          = "run app as a daemon with -d=true : (default:false)"
	FlagScopeName      = "name"
	FlagScopeNameUsage = "run app daemon with name : --name=appName (default:global)"
	DefScopeName       = "app"
	FlagStopName       = "stop"
	FlagStopNameUsage  = "stop app daemon  : --stop (default:false)"
	ArgDaemonOn        = "-d=true"
	ArgDaemonOff       = "-d=false"
	EnvDaemonPidFile   = "Daemon.PidFile"
)

Variables

This section is empty.

Functions

func GetInitConfFile

func GetInitConfFile() (bool, string)

获取配置文件

Types

type InitDaemonConf

type InitDaemonConf struct {
	DaemonOn bool
	PidFile  string
	LogFile  string
	GroupOn  int
	App      string
}

启动

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL