Skip to content

Commit

Permalink
tracing rpm package
Browse files Browse the repository at this point in the history
  • Loading branch information
saikalyan.bhagavathula committed Oct 26, 2023
1 parent 63ff9fe commit 300e573
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/vm/configure.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ func main() {
if err := exec.Command("service", ServiceName, "start").Run(); err != nil {
log.Fatal(err)
}
_ = exec.Command("chkconfig", ServiceName, "on")
log.Println("Tracing-Proxy Started successfully")
}
}

0 comments on commit 300e573

Please sign in to comment.