Signal telegraf process until it exits (#5169)

This commit is contained in:
Daniel Nelson
2018-12-26 18:54:50 -08:00
committed by GitHub
parent b1baa54cc4
commit c12eecc90e
2 changed files with 12 additions and 5 deletions

View File

@@ -134,6 +134,7 @@ func (a *Agent) Run(ctx context.Context) error {
return err
}
log.Printf("D! [agent] Stopped Successfully")
return nil
}