mirror of https://github.com/winsw/winsw
Fix #171 - Handle stopexecutable as an optional property in ServiceDescriptor
Tests will be pushed laterpull/170/head
parent
14f32cd309
commit
67bfc6bcd2
|
@ -183,7 +183,7 @@ namespace winsw
|
|||
{
|
||||
get
|
||||
{
|
||||
return SingleElement("stopexecutable");
|
||||
return SingleElement("stopexecutable", true);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue