AipGateway.API.Service.xml 626 B

1234567891011121314151617181920
  1. <service>
  2. <id>AIP Gateway API Server</id>
  3. <name>AIP Gateway API Server Service</name>
  4. <description>Azure Information Protection API Gateway Service</description>
  5. <executable>%BASE%\AipGateway.API.exe</executable>
  6. <onfailure action="restart" delay="20 sec"/>
  7. <workingdirectory>%BASE%</workingdirectory>
  8. <priority>Normal</priority>
  9. <stoptimeout>15 sec</stoptimeout>
  10. <stopparentprocessfirst>true</stopparentprocessfirst>
  11. <startmode>Automatic</startmode>
  12. <waithint>15 sec</waithint>
  13. <sleeptime>1 sec</sleeptime>
  14. <logpath>D:\AIP\Logs\AipGateway.API\</logpath>
  15. <log mode="none"></log>
  16. </service>