Skip to content

Commit b6bd76a

Browse files
committed
Change windows service name to avoid collision.
1 parent 58afd75 commit b6bd76a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/pkg/agent/application/paths/paths_windows.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const (
2626

2727
// serviceName is the service name when installed.
2828
serviceName = "Elastic Agent"
29-
serviceNameDevelopmentMode = "Elastic Agent (development)"
29+
serviceNameDevelopmentMode = "Elastic Development Agent"
3030

3131
// shellWrapperPath is the path to the installed shell wrapper.
3232
shellWrapperPath = ""

0 commit comments

Comments
 (0)