We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f96eab commit 8917a6eCopy full SHA for 8917a6e
internal/pkg/agent/install/install.go
@@ -172,7 +172,7 @@ func StopService(topPath string) error {
172
return nil
173
}
174
175
-// RestartService stops and starts the installed service.
+// RestartService restarts the installed service.
176
func RestartService(topPath string) error {
177
svc, err := newService(topPath)
178
if err != nil {
0 commit comments