Check if the dns add-on is working properly and skip invalid TCP services
This commit is contained in:
parent
a87efce5c2
commit
98f03b789a
3 changed files with 58 additions and 27 deletions
|
|
@ -30,6 +30,7 @@ const (
|
|||
// Start starts a nginx (master process) and waits. If the process ends
|
||||
// we need to kill the controller process and return the reason.
|
||||
func (ngx *NginxManager) Start() {
|
||||
glog.Info("Starting nginx...")
|
||||
cmd := exec.Command("nginx")
|
||||
cmd.Stdout = os.Stdout
|
||||
cmd.Stderr = os.Stderr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue