barak writes pidfile

This commit is contained in:
Jae Kwon 2015-04-19 16:45:10 -07:00
parent a4c098ac0b
commit 8c0fe845c7
1 changed files with 3 additions and 0 deletions

View File

@ -80,6 +80,9 @@ func main() {
barak.rootDir = os.Getenv("HOME") + "/.barak"
}
// Write pid to file.
AtomicWriteFile(barak.rootDir+"/pidfile", []byte(Fmt("%v", barak.pid)))
// Debug.
fmt.Printf("Options: %v\n", options)
fmt.Printf("Barak: %v\n", barak)