Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Daemonize ¶
func Daemonize() error
Daemonize runs this program as daemon. Traditional unix's fork-style way would be dangerous to damonize Go program since it may break states of underlying runtime scheduler of goroutines. Thus simple initiate another process of this program with special setting.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.