mirror of https://github.com/winsw/winsw
Fixed issue #16: Making 'stopexecutable' really optional.
parent
9e6e8bb3d9
commit
380c329b0a
|
@ -157,7 +157,7 @@ namespace winsw
|
|||
{
|
||||
get
|
||||
{
|
||||
return SingleElement("stopexecutable");
|
||||
return SingleElement("stopexecutable",true);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue