<service>
	<id>mynodeapp.exe</id>
	<name>MyNodeApp</name>
	<description>Node.js application as a Windows service</description>
	<executable>C:\Program Files\nodejs\node.exe</executable>
	<argument>--harmony</argument>
	<argument>C:\wamp64\www\Evantage_node_satya\node_modules\node-windows\lib\wrapper.js</argument>
	<argument>--file</argument>
	<argument>C:\wamp64\www\Evantage_node_satya\index.js</argument>
	<argument>--scriptoptions=</argument>
	<argument>--log</argument>
	<argument>MyNodeApp 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>
	<serviceaccount>
		<domain>ESSB01-DESKTOP</domain>
		<user>LocalSystem</user>
		<password></password>
	</serviceaccount>
	<workingdirectory>C:\wamp64\www\Evantage_node_satya</workingdirectory>
</service>