<service>
  <id>etlwebservice</id>
  <name>ETL Web Service</name>
  <description>Web Service that runs ETL using custom built conductor packages with queues and workers</description>
  <executable>c:\etl\etlws.exe</executable>
  <workingdirectory>c:\etl</workingdirectory>

  <startmode>Automatic</startmode>
  <delayedAutoStart/>

  <onfailure action="restart" delay="30 sec"/>
  <resetfailure>1 hour</resetfailure>

  <stoptimeout>30 sec</stoptimeout>

  <logpath>c:\etl\log</logpath>
  <log mode="append"/>
</service>
