<service>
	<id>cmms_vermicelli_api.exe</id>
	<name>CMMS_Vermicelli_API</name>
	<description>CMMS Vermicelli Production Line Management API - Windows Service</description>
	<executable>C:\Program Files\nodejs\node.exe</executable>
	<argument>--harmony</argument>
	<argument>--max_old_space_size=4096</argument>
	<argument>C:\wamp64\www\cmms_vermicelli_api\node_modules\node-windows\lib\wrapper.js</argument>
	<argument>--file</argument>
	<argument>C:\wamp64\www\CMMS_Vermicelli_api\server.js</argument>
	<argument>--scriptoptions=</argument>
	<argument>--log</argument>
	<argument>CMMS_Vermicelli_API wrapper</argument>
	<argument>--grow</argument>
	<argument>0.25</argument>
	<argument>--wait</argument>
	<argument>1</argument>
	<argument>--maxrestarts</argument>
	<argument>3</argument>
	<argument>--abortonerror</argument>
	<argument>n</argument>
	<argument>--stopparentfirst</argument>
	<argument>undefined</argument>
	<logmode>rotate</logmode>
	<stoptimeout>30sec</stoptimeout>
	<env name="NODE_ENV" value="production"/>
	<serviceaccount>
		<domain>ESSB01-DESKTOP</domain>
		<user>LocalSystem</user>
		<password></password>
	</serviceaccount>
	<workingdirectory>C:\wamp64\www\cmms_vermicelli_api</workingdirectory>
</service>