mirror of https://github.com/winsw/winsw
Remove invalid start modes
parent
dcf3013f75
commit
ec22db4d65
|
|
@ -64,7 +64,7 @@ It can be either absolute path, or you can just specify the executable name and
|
||||||
### startmode
|
### startmode
|
||||||
|
|
||||||
This element specifies the start mode of the Windows service.
|
This element specifies the start mode of the Windows service.
|
||||||
It can be one of the following values: Boot, System, Automatic, or Manual.
|
It can be one of the following values: Automatic, or Manual.
|
||||||
For more information, see the [ChangeStartMode method](https://docs.microsoft.com/windows/win32/cimwin32prov/changestartmode-method-in-class-win32-service).
|
For more information, see the [ChangeStartMode method](https://docs.microsoft.com/windows/win32/cimwin32prov/changestartmode-method-in-class-win32-service).
|
||||||
The default value is `Automatic`.
|
The default value is `Automatic`.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue