Browse Source

Fixed issue #16: Making 'stopexecutable' really optional.

Kohsuke Kawaguchi 12 years ago
parent
commit
380c329b0a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ServiceDescriptor.cs

+ 1 - 1
ServiceDescriptor.cs

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