We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 089fc1c commit 2ee2e00Copy full SHA for 2ee2e00
service_windows.go
@@ -153,10 +153,10 @@ func (thisRef *windowsService) Install() error {
153
thisRef.serviceSpec.Name,
154
thisRef.serviceSpec.Executable,
155
svcMgr.Config{
156
- DisplayName: thisRef.serviceSpec.Name,
157
- Description: thisRef.serviceSpec.Description,
158
- StartType: startType,
159
- ServiceStartName: thisRef.serviceSpec.Credentials.User,
+ DisplayName: thisRef.serviceSpec.Name,
+ Description: thisRef.serviceSpec.Description,
+ StartType: startType,
+ // ServiceStartName: thisRef.serviceSpec.Credentials.User, // FIXME:
160
// Dependencies: dependencies,
161
},
162
thisRef.serviceSpec.Args...,
0 commit comments