Fix summary of 12.3.md

This commit is contained in:
Anchor
2014-12-26 11:17:02 -08:00
committed by James Miranda
parent af75ffba16
commit dae02da9d4

View File

@@ -183,8 +183,7 @@ After installation is complete, two Supervisord commands become available to you
## Summary
This section we describe how to implement daemon of the Go, but due to the current lack of Go-daemon implementation, need to rely on third-party tools to achieve the application daemon management approach, so here describes a process using python to write management tools Supervisord by Supervisord can easily put our Go up and application management.
In this section, we described how to implement daemons in Go. We learned that Go does not natively support daemons, and that we need to use third-party tools to help us manage them. One such tool is the Supervisord process control system which we can use to easily deploy and manage our Go programs.
## Links