Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
ardiadminguide:running_ardi_services_under_other_accounts [2018/10/22 22:24]
optrix
ardiadminguide:running_ardi_services_under_other_accounts [2018/11/15 02:49] (current)
optrix
Line 22: Line 22:
  
 To do this, edit the **nssm.conf** file in your [[site folder]]. To do this, edit the **nssm.conf** file in your [[site folder]].
 +
 +The **nssm.conf** file controls //all drivers// - a change to this file will be applied to every Windows service that is launched.
 +
 +You can also override //​individual//​ drivers by adding the driver port number to the end of the file name, before the extension. ​
 +
 +{{:​ardiadminguide:​mysql_port_no.png?​400|}}
 +
 +For example, in the above example the MySQL driver has a port number of **12097**. If you wanted this specific driver to run as a user, you could create a file named **nssm12097.conf** - the settings in this file will //only// be applied to the MySQL driver.
  
 For more details, see the [[ardiadminguide:​nssm_additional_settings_file|nssm.conf file documentation]] For more details, see the [[ardiadminguide:​nssm_additional_settings_file|nssm.conf file documentation]]