Continue reorganization, add asinkd stop cmd, make asinkd socket configurable
This commit is contained in:
@ -13,6 +13,7 @@ var exitWaiterChan chan int
|
||||
func init() {
|
||||
exitWaiterCount = 0
|
||||
exitWaiterChan = make(chan int)
|
||||
exitCalled = make(chan int)
|
||||
go setupCleanExitOnSignals()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user