1234567891011121314151617181920 |
- <service>
- <id>AIP Gateway API Server</id>
- <name>AIP Gateway API Server Service</name>
- <description>Azure Information Protection API Gateway Service</description>
- <executable>%BASE%\AipGateway.API.exe</executable>
- <onfailure action="restart" delay="20 sec"/>
- <workingdirectory>%BASE%</workingdirectory>
- <priority>Normal</priority>
- <stoptimeout>15 sec</stoptimeout>
- <stopparentprocessfirst>true</stopparentprocessfirst>
-
- <startmode>Automatic</startmode>
- <waithint>15 sec</waithint>
- <sleeptime>1 sec</sleeptime>
-
- <logpath>D:\AIP\Logs\AipGateway.API\</logpath>
- <log mode="none"></log>
- </service>
|