Fix #171 - Handle stopexecutable as an optional property in ServiceDescriptor

Tests will be pushed later
pull/170/head
Oleg Nenashev 2016-12-23 22:24:24 +01:00
parent 14f32cd309
commit 67bfc6bcd2
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ namespace winsw
{ {
get get
{ {
return SingleElement("stopexecutable"); return SingleElement("stopexecutable", true);
} }
} }