<service>
  <id>v0.4.0</id>
  <name>My Go Application</name>
  <description>This is a Windows service for running my Go application.</description>
  <executable>%BASE%\core_bin\speed_cron.exe</executable>
  <workingdirectory>%BASE%\core_bin</workingdirectory>
  <arguments>-department= -name=</arguments>
  <logpath>%BASE%\logs</logpath>
  <logmode>roll</logmode>
  <onfailure action="restart" delay="10 sec"></onfailure>
</service>