Skip to content

Commit 611bc2d

Browse files
authored
Update config.go
1 parent 0c73a91 commit 611bc2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows/svc/mgr/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ type Config struct {
4646
Password string
4747
Description string
4848
SidType uint32 // one of SERVICE_SID_TYPE, the type of sid to use for the service
49-
DelayedAutoStart uint32
49+
DelayedAutoStart uint32 // one of SERVICE_CONFIG_DELAYED_AUTO_START_INFO service startup type
5050
}
5151

5252
func toString(p *uint16) string {

0 commit comments

Comments
 (0)